From: Graham Leggett Date: Fri, 19 Nov 2010 01:01:21 +0000 (+0000) Subject: Fix a spelling mistake. X-Git-Tag: 2.3.9~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cad24ec5c43954758792817e5d59df752b9b3e6;p=thirdparty%2Fapache%2Fhttpd.git Fix a spelling mistake. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1036699 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cache/mod_cache.c b/modules/cache/mod_cache.c index 8d1652486f7..3e469b95ab9 100644 --- a/modules/cache/mod_cache.c +++ b/modules/cache/mod_cache.c @@ -2374,7 +2374,7 @@ static void register_hooks(apr_pool_t *p) * CACHE_OUT must go into the filter chain after a possible DEFLATE * filter to ensure that already compressed cache objects do not * get compressed again. Incrementing filter type by 1 ensures - * his happens. + * this happens. */ cache_out_filter_handle = ap_register_output_filter("CACHE_OUT",