diff options
Diffstat (limited to 'src/bank-lib/bank_api_transfer.c')
-rw-r--r-- | src/bank-lib/bank_api_transfer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bank-lib/bank_api_transfer.c b/src/bank-lib/bank_api_transfer.c index c8fbe6908..0cf59602e 100644 --- a/src/bank-lib/bank_api_transfer.c +++ b/src/bank-lib/bank_api_transfer.c @@ -369,7 +369,7 @@ TALER_BANK_transfer ( * succeed. * * The caller MUST run #TALER_BANK_transfer() again for the same request as - * soon as possilbe, to ensure that the request either ultimately succeeds or + * soon as possible, to ensure that the request either ultimately succeeds or * ultimately fails. Until this has been done, the transaction is in limbo * (i.e. may or may not have been committed). * |