summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2002-07-10 03:07:21 +0200
committerJeff Trawick <trawick@apache.org>2002-07-10 03:07:21 +0200
commitc173b5078ddacc4b7cc53dfdc703317b14309da7 (patch)
treeef6add684eb16bc5be08099794542ee33f4f9b79 /server
parent Small whitespace cleanup. (diff)
downloadapache2-c173b5078ddacc4b7cc53dfdc703317b14309da7.tar.xz
apache2-c173b5078ddacc4b7cc53dfdc703317b14309da7.zip
spell check a comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95991 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server')
-rw-r--r--server/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/core.c b/server/core.c
index bff8cb4ad2..17c7b21bae 100644
--- a/server/core.c
+++ b/server/core.c
@@ -2590,7 +2590,7 @@ static const char *add_ct_output_filters(cmd_parms *cmd, void *conf_,
* Insert filters requested by the AddOutputFiltersByType
* configuration directive. We cannot add filters based
* on content-type until after the handler has started
- * to run. Only then do we reliabily know the content-type.
+ * to run. Only then do we reliably know the content-type.
*/
void ap_add_output_filters_by_type(request_rec *r)
{