From 7dd1f3d0c39907d5b4635daeb12a1d44b677684a Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Mon, 25 Aug 2014 21:32:43 +0000 Subject: [PATCH] Fix typo in comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1620461 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 819dd14ebc..4d6ed20ceb 100644 --- a/modules/cache/mod_cache.c +++ b/modules/cache/mod_cache.c @@ -1203,7 +1203,7 @@ static apr_status_t cache_save_filter(ap_filter_t *f, apr_bucket_brigade *in) apr_table_unset(r->headers_in, "If-Range"); apr_table_unset(r->headers_in, "If-Unmodified-Since"); - /* Currentlty HTTP_NOT_MODIFIED, and after the redirect, handlers won't think to set status to HTTP_OK */ + /* Currently HTTP_NOT_MODIFIED, and after the redirect, handlers won't think to set status to HTTP_OK */ r->status = HTTP_OK; ap_internal_redirect(r->unparsed_uri, r); -- 2.40.0