]> granicus.if.org Git - apache/commitdiff
spell check a comment
authorJeff Trawick <trawick@apache.org>
Wed, 10 Jul 2002 01:07:21 +0000 (01:07 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 10 Jul 2002 01:07:21 +0000 (01:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95991 13f79535-47bb-0310-9956-ffa450edef68

server/core.c

index bff8cb4ad2fef4f6d11143cf1453543f231faa73..17c7b21bae50ccf5d3cdfb3d432b239d46d7b198 100644 (file)
@@ -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)
 {