diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2023-07-30 08:56:39 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2023-07-30 08:56:39 +0200 |
commit | eb8f0be35dc2e058df213e183a935772d172e6c3 (patch) | |
tree | 05bd047d77e01cbe4c221644633d0ae2b5ca8808 /src/testing | |
parent | f0db6d55d72d7985e5a8b1e5c4a874a415a1234f (diff) |
-fix typos
Diffstat (limited to 'src/testing')
-rw-r--r-- | src/testing/testing_api_cmd_age_withdraw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/testing_api_cmd_age_withdraw.c b/src/testing/testing_api_cmd_age_withdraw.c index b295712d1..2a76b3c1b 100644 --- a/src/testing/testing_api_cmd_age_withdraw.c +++ b/src/testing/testing_api_cmd_age_withdraw.c @@ -166,7 +166,7 @@ struct AgeWithdrawState * code is expected and store the exchange signature in the state. * * @param cls Closure of type `struct AgeWithdrawState *` - * @param response Repsonse details + * @param response Response details */ static void age_withdraw_cb ( @@ -338,7 +338,7 @@ age_withdraw_run ( * pending operation thereof * * @param cls Closure of type `struct AgeWithdrawState` - * @param cmd The command beeing freed. + * @param cmd The command being freed. */ static void age_withdraw_cleanup ( |