diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-10-04 19:23:01 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-10-04 19:23:01 +0200 |
commit | 012249fc09018fe434e5a2ff1604357f328f6980 (patch) | |
tree | b492c68eec752d066a537feb179916b1ce61ca95 /src/include | |
parent | f7b06e308fdc77d4fe22216834136d18fc341ab3 (diff) |
-fix typos
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_kyclogic_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_kyclogic_lib.h b/src/include/taler_kyclogic_lib.h index 7f4bf5b57..cfe6a5c7d 100644 --- a/src/include/taler_kyclogic_lib.h +++ b/src/include/taler_kyclogic_lib.h @@ -312,7 +312,7 @@ TALER_KYCLOGIC_requirements_to_logic (const char *requirements, * * @param provider_section configuration section of a * provider that triggered KYC process for a user - * @param provider_user user ID of the user at the provider + * @param provider_user_id user ID of the user at the provider * @param legitimization_id legitimizatin ID of a process * of that user at the provider * @param[out] attr_expiration set to when the @a attrs expire |