transfering -> transferring

This commit is contained in:
Sebastian Hugentobler 2022-03-21 08:13:53 +01:00
parent e61af0b463
commit ac2904588c
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ pub async fn route(
let to = form.to.clone();
let amount = form.amount;
info!("transfering {} from {} to {}...", from, to, amount);
info!("transferring {} from {} to {}...", from, to, amount);
let bank = data.bank.read().unwrap();
let from_acc = bank