diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-07-22 23:56:52 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-22 23:56:52 +0200 |
commit | 0e808b648a56e3e4e17d6e03ce776b0b7a422f25 (patch) | |
tree | 59720c0b409f30fc6520526ba7170b0ba60c255c /src/include/taler_mhd_lib.h | |
parent | c8a370d9111cee69b6d9b6edc177dcc58eec976a (diff) |
fix misc typos
Diffstat (limited to 'src/include/taler_mhd_lib.h')
-rw-r--r-- | src/include/taler_mhd_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |