summaryrefslogtreecommitdiff
path: root/include/apreq_util.h
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2018-03-24 20:05:19 +0000
committerChristophe Jaillet <jailletc36@apache.org>2018-03-24 20:05:19 +0000
commit3e56c5b221363bdb59f5442768d223345363964d (patch)
treef3373b04b038888dd11e3cd2663fc4e91de34e8e /include/apreq_util.h
parent132d2c40811fe55c5eb5f0813a5ced69cb44a463 (diff)
downloadhttpd-3e56c5b221363bdb59f5442768d223345363964d.tar.gz
Fix some typos reported in PR 59998
Most add already been fixed when PR 59990 had been applied on trunk. Thx klemens git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1827669 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apreq_util.h')
-rw-r--r--include/apreq_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apreq_util.h b/include/apreq_util.h
index c8708f41d2..58d57a16c8 100644
--- a/include/apreq_util.h
+++ b/include/apreq_util.h
@@ -158,7 +158,7 @@ APREQ_DECLARE(apreq_charset_t) apreq_charset_divine(const char *src,
* @return ::APREQ_ERROR_BADSEQ or ::APREQ_ERROR_BADCHAR on malformed input.
*
* @remarks In the non-success case, dlen will be set to include
- * the last succesfully decoded value. This function decodes
+ * the last successfully decoded value. This function decodes
* \%uXXXX into a utf8 (wide) character, following ECMA-262
* (the Javascript spec) Section B.2.1.
*/
@@ -181,7 +181,7 @@ APREQ_DECLARE(apr_status_t) apreq_decode(char *dest, apr_size_t *dlen,
* @return ::APREQ_ERROR_BADSEQ or ::APREQ_ERROR_BADCHAR on malformed input.
*
* @remarks In the non-APR_SUCCESS case, dlen will be set to include
- * the last succesfully decoded value. This function decodes
+ * the last successfully decoded value. This function decodes
* \%uXXXX into a utf8 (wide) character, following ECMA-262
* (the Javascript spec) Section B.2.1.
*/