]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix a spelling mistake.
authorGraham Leggett <minfrin@apache.org>
Fri, 19 Nov 2010 01:16:56 +0000 (01:16 +0000)
committerGraham Leggett <minfrin@apache.org>
Fri, 19 Nov 2010 01:16:56 +0000 (01:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1036702 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/mod_cache.c

index 3e469b95ab9628b72b0a3fe1466239158b1ab328..48bb74de76fb7bbb1e7af609f68a4c23d3cec499 100644 (file)
@@ -2353,7 +2353,7 @@ static void register_hooks(apr_pool_t *p)
     /*
      * CACHE_SAVE must go into the filter chain after a possible DEFLATE
      * filter to ensure that the compressed content is stored.
-     * Incrementing filter type by 1 ensures his happens.
+     * Incrementing filter type by 1 ensures this happens.
      */
     cache_save_filter_handle =
         ap_register_output_filter("CACHE_SAVE",