summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-22 23:56:52 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-22 23:56:52 +0200
commit0e808b648a56e3e4e17d6e03ce776b0b7a422f25 (patch)
tree59720c0b409f30fc6520526ba7170b0ba60c255c /src/include
parentc8a370d9111cee69b6d9b6edc177dcc58eec976a (diff)
downloadexchange-0e808b648a56e3e4e17d6e03ce776b0b7a422f25.tar.gz
exchange-0e808b648a56e3e4e17d6e03ce776b0b7a422f25.tar.bz2
exchange-0e808b648a56e3e4e17d6e03ce776b0b7a422f25.zip
fix misc typos
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.