summaryrefslogtreecommitdiff
path: root/src/include/taler_extensions.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-25 21:50:32 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2022-06-26 17:09:30 +0200
commit7b62174d0073ee758fb5fcf8e21ff35cfc766c83 (patch)
treec16eabecacbb8c627425e3e811d95a58fe3df44d /src/include/taler_extensions.h
parent2508d4bb5c7e736114e1dcaad3753e3af02dca00 (diff)
downloadexchange-7b62174d0073ee758fb5fcf8e21ff35cfc766c83.tar.gz
exchange-7b62174d0073ee758fb5fcf8e21ff35cfc766c83.tar.bz2
exchange-7b62174d0073ee758fb5fcf8e21ff35cfc766c83.zip
-fix typos
Diffstat (limited to 'src/include/taler_extensions.h')
-rw-r--r--src/include/taler_extensions.h6
1 files changed, 3 insertions, 3 deletions
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