From c70309843055a19af5e497c1f79746afc7592145 Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Fri, 19 Nov 2010 01:16:56 +0000 Subject: [PATCH] Fix a spelling mistake. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1036702 13f79535-47bb-0310-9956-ffa450edef68 --- modules/cache/mod_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cache/mod_cache.c b/modules/cache/mod_cache.c index 3e469b95ab..48bb74de76 100644 --- a/modules/cache/mod_cache.c +++ b/modules/cache/mod_cache.c @@ -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", -- 2.40.0