From 7b62174d0073ee758fb5fcf8e21ff35cfc766c83 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 25 Jun 2022 21:50:32 +0200 Subject: -fix typos --- src/include/taler_extensions.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/include/taler_extensions.h') diff --git a/src/include/taler_extensions.h b/src/include/taler_extensions.h index 32821e500..82392a3ea 100644 --- a/src/include/taler_extensions.h +++ b/src/include/taler_extensions.h @@ -99,8 +99,8 @@ TALER_extensions_is_json_config ( * he JSON object must be of type ExchangeKeysResponse as described in * https://docs.taler.net/design-documents/006-extensions.html#exchange * - * @param cfg JSON object containting the configuration for all extensions - * @return GNUNET_OK on success, GNUNET_SYSERR if unknown extensions were found + * @param cfg JSON object containing the configuration for all extensions + * @return #GNUNET_OK on success, #GNUNET_SYSERR if unknown extensions were found * or any particular configuration couldn't be parsed. */ enum GNUNET_GenericReturnValue @@ -267,7 +267,7 @@ TALER_extensions_age_restriction_num_groups (); * Parses a JSON object { "age_groups": "a:b:...y:z" }. * * @param root is the json object - * @param[out] mask on succes, will contain the age mask + * @param[out] mask on success, will contain the age mask * @return #GNUNET_OK on success and #GNUNET_SYSERR on failure. */ enum GNUNET_GenericReturnValue -- cgit v1.2.3