summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_auditor_service.h2
-rw-r--r--src/include/taler_mhd_lib.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_auditor_service.h b/src/include/taler_auditor_service.h
index 27959a889..e7f056e5f 100644
--- a/src/include/taler_auditor_service.h
+++ b/src/include/taler_auditor_service.h
@@ -309,7 +309,7 @@ struct TALER_AUDITOR_ExchangeInfo
/**
- * Function called with the result from /exchagnes.
+ * Function called with the result from /exchanges.
*
* @param cls closure
* @param hr HTTP response data
diff --git a/src/include/taler_mhd_lib.h b/src/include/taler_mhd_lib.h
index 8cfb80721..4b34f41df 100644
--- a/src/include/taler_mhd_lib.h
+++ b/src/include/taler_mhd_lib.h
@@ -330,7 +330,7 @@ TALER_MHD_parse_json_array (struct MHD_Connection *connection,
/**
- * Extraxt fixed-size base32crockford encoded data from request.
+ * Extract fixed-size base32crockford encoded data from request.
*
* Queues an error response to the connection if the parameter is missing or
* invalid.