From: Graham Leggett Date: Fri, 19 Nov 2010 00:51:36 +0000 (+0000) Subject: Fix a spelling mistake. X-Git-Tag: 2.3.9~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7052a5d1f06023ec18234435092cdfac11a01c38;p=apache Fix a spelling mistake. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1036696 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cache/mod_cache.h b/modules/cache/mod_cache.h index babffb7ccc..b65e56a948 100644 --- a/modules/cache/mod_cache.h +++ b/modules/cache/mod_cache.h @@ -66,7 +66,7 @@ struct cache_info { apr_time_t expire; /** r->request_time from the same request */ apr_time_t request_time; - /** apr_time_now() at the time the entity was acutally cached */ + /** apr_time_now() at the time the entity was actually cached */ apr_time_t response_time; /** * HTTP status code of the cached entity. Though not necessarily the