From 8cad24ec5c43954758792817e5d59df752b9b3e6 Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Fri, 19 Nov 2010 01:01:21 +0000 Subject: [PATCH] Fix a spelling mistake. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1036699 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 8d1652486f..3e469b95ab 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", -- 2.40.0