diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-02-04 16:09:31 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-02-04 16:09:31 +0100 |
commit | 4c5394fd4d103a2fccc8b5f6c50f1abf0e488bda (patch) | |
tree | 458b5b4fa5cecf8df5dc25c637b52cb0d24cfe67 /src/exchange/taler-exchange-httpd_aml-decision-get.c | |
parent | 19da4bd63868a4c46959198ef95e4a8e1af38b77 (diff) |
-doxygen typos
Diffstat (limited to 'src/exchange/taler-exchange-httpd_aml-decision-get.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_aml-decision-get.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_aml-decision-get.c b/src/exchange/taler-exchange-httpd_aml-decision-get.c index e0252c61..1ceaa51d 100644 --- a/src/exchange/taler-exchange-httpd_aml-decision-get.c +++ b/src/exchange/taler-exchange-httpd_aml-decision-get.c @@ -91,7 +91,7 @@ kyc_attribute_cb ( * * @param[in,out] cls closure with a `json_t *` array to update * @param new_threshold new monthly threshold that would trigger an AML check - * @param new_status AML decision status + * @param new_state AML decision status * @param decision_time when was the decision made * @param justification human-readable text justifying the decision * @param decider_pub public key of the staff member |