From: Jeff Trawick Date: Wed, 10 Jul 2002 01:07:21 +0000 (+0000) Subject: spell check a comment X-Git-Tag: 2.0.40~290 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c173b5078ddacc4b7cc53dfdc703317b14309da7;p=apache spell check a comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95991 13f79535-47bb-0310-9956-ffa450edef68 --- 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) {