summaryrefslogtreecommitdiff
path: root/modules/filters/mod_xml2enc.c
diff options
context:
space:
mode:
authorMike Rumph <mrumph@apache.org>2020-02-13 18:15:57 +0000
committerMike Rumph <mrumph@apache.org>2020-02-13 18:15:57 +0000
commit85760859cac5870ffae86c5c02cfde6db696b140 (patch)
treecde5286acd23f1a007bdc03a37629f4196d6e8d1 /modules/filters/mod_xml2enc.c
parentb6dd2f55dc8735ec09ed0830ba7ec78dd99cde7f (diff)
downloadhttpd-85760859cac5870ffae86c5c02cfde6db696b140.tar.gz
Fix spelling errors found by codespell. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873985 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/filters/mod_xml2enc.c')
-rw-r--r--modules/filters/mod_xml2enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/filters/mod_xml2enc.c b/modules/filters/mod_xml2enc.c
index 667ccc160e..d31348e844 100644
--- a/modules/filters/mod_xml2enc.c
+++ b/modules/filters/mod_xml2enc.c
@@ -70,7 +70,7 @@ module AP_MODULE_DECLARE_DATA xml2enc_module;
(((enc)!=XML_CHAR_ENCODING_NONE)&&((enc)!=XML_CHAR_ENCODING_ERROR))
/*
- * XXX: Check all those ap_assert()s ans replace those that should not happen
+ * XXX: Check all those ap_assert()s and replace those that should not happen
* XXX: with AP_DEBUG_ASSERT and those that may happen with proper error
* XXX: handling.
*/