From: Rainer Jung Date: Mon, 25 Aug 2014 21:32:43 +0000 (+0000) Subject: Fix typo in comment. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=441bac252c9fea99c7aba77e9bcbc8ce21cff8b8;p=thirdparty%2Fapache%2Fhttpd.git Fix typo in comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1620461 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cache/mod_cache.c b/modules/cache/mod_cache.c index 819dd14ebc9..4d6ed20ceb0 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);