diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-05-02 11:03:26 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-05-02 11:03:26 +0200 |
commit | 00021d7e83dd1008b8abe7173b8bcb441e169ff5 (patch) | |
tree | b95cd6efa4053ce425b4fbc4622fcf050da80e6b /src/lib | |
parent | 8ce9433736f799a89a85409b99e61649d4bdf74f (diff) |
-doxygen
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/exchange_api_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_common.c b/src/lib/exchange_api_common.c index 285a5292a..588b12834 100644 --- a/src/lib/exchange_api_common.c +++ b/src/lib/exchange_api_common.c @@ -2197,7 +2197,7 @@ TALER_EXCHANGE_verify_deposit_signature_ ( /** * Parse account restriction in @a jrest into @a rest. * - * @param jrest array of account restrictions in JSON + * @param jresta array of account restrictions in JSON * @param[out] resta_len set to length of @a resta * @param[out] resta account restriction array to set * @return #GNUNET_OK on success |