]> granicus.if.org Git - apache/commitdiff
Fix typo in comment.
authorRainer Jung <rjung@apache.org>
Mon, 25 Aug 2014 21:32:43 +0000 (21:32 +0000)
committerRainer Jung <rjung@apache.org>
Mon, 25 Aug 2014 21:32:43 +0000 (21:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1620461 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/mod_cache.c

index 819dd14ebc918cca8cee06795d7523e6d4ed74a3..4d6ed20ceb06dc29682cffd1c98a792c19762483 100644 (file)
@@ -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);