aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_kyclogic_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-02-19 11:22:53 +0100
committerChristian Grothoff <christian@grothoff.org>2023-02-19 11:22:53 +0100
commitb4141832835648bc48a2a5612208dc061876d59c (patch)
treef39c3005bfe3ccec711b14c2d36c9d33ab5f63e9 /src/include/taler_kyclogic_lib.h
parent2fd87736b435fbc7426c9fe80c3c5961a3892e1b (diff)
downloadexchange-b4141832835648bc48a2a5612208dc061876d59c.tar.xz
-doxygen fixes
Diffstat (limited to 'src/include/taler_kyclogic_lib.h')
-rw-r--r--src/include/taler_kyclogic_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_kyclogic_lib.h b/src/include/taler_kyclogic_lib.h
index 2d8b39f2b..4b15b447a 100644
--- a/src/include/taler_kyclogic_lib.h
+++ b/src/include/taler_kyclogic_lib.h
@@ -301,7 +301,7 @@ TALER_KYCLOGIC_kyc_get_details (
* Check if a given @a check_name is a legal name (properly
* configured) and can be satisfied in principle.
*
- * @param logic_name name of the logic to match
+ * @param check_name name of the check to see if it is configured
* @return #GNUNET_OK if the check can be satisfied,
* #GNUNET_NO if the check can never be satisfied,
* #GNUNET_SYSERR if the type of the check is unknown