diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2024-08-01 21:49:26 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2024-08-01 21:49:26 +0200 |
commit | 2cf1697e142297fc0d7f62a9b3c518d46272b800 (patch) | |
tree | 5d8106ffb5814c07502e7aba10838dc16b80535b /src/include | |
parent | c1c95e4385eba5257cb796234aaf47d80051b957 (diff) |
spelling fixes
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_exchange_service.h | 4 | ||||
-rw-r--r-- | src/include/taler_kyclogic_lib.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index 2bd96d1c4..287d73a42 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -4480,13 +4480,13 @@ struct TALER_EXCHANGE_KycProcessClientInformation { /** - * Array with information about availalbe voluntary + * Array with information about available voluntary * checks. */ const struct TALER_EXCHANGE_RequirementInformation *requirements; /** - * Array with information about availalbe voluntary + * Array with information about available voluntary * checks. * FIXME: not implemented until **vATTEST**. */ diff --git a/src/include/taler_kyclogic_lib.h b/src/include/taler_kyclogic_lib.h index 57eb587c0..7f7b27169 100644 --- a/src/include/taler_kyclogic_lib.h +++ b/src/include/taler_kyclogic_lib.h @@ -578,7 +578,7 @@ TALER_KYCLOGIC_get_default_measure ( /** * Obtain the provider logic for a given set of @a lrs * and a specific @a kyc_rule from @a lrs that was - * triggered and the choosen @a measure_name from the + * triggered and the chosen @a measure_name from the * list of measures of that @a kyc_rule. Can also be * used to obtain the "current" check of a @a lrs if * no trigger has been hit. @@ -648,7 +648,7 @@ typedef enum GNUNET_GenericReturnValue * providing the plugin closure and the @a pd configurations. * Obtain the provider logic for a given set of @a lrs * and a specific @a kyc_rule from @a lrs that was - * triggered and the choosen @a measure_name from the + * triggered and the chosen @a measure_name from the * list of measures of that @a kyc_rule. * * @param logic_name name of the logic to match |