diff options
author | Graham Leggett <minfrin@apache.org> | 2010-11-19 01:51:36 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2010-11-19 01:51:36 +0100 |
commit | 7052a5d1f06023ec18234435092cdfac11a01c38 (patch) | |
tree | 4b29c9d76c2120a38b9f864be112046b4c987dd4 | |
parent | Fix 'comparison of unsigned expression < 0 is always false' warning. (diff) | |
download | apache2-7052a5d1f06023ec18234435092cdfac11a01c38.tar.xz apache2-7052a5d1f06023ec18234435092cdfac11a01c38.zip |
Fix a spelling mistake.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1036696 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | modules/cache/mod_cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |