diff options
author | Rich Bowen <rbowen@apache.org> | 2010-09-30 19:01:06 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2010-09-30 19:01:06 +0200 |
commit | 0f20df47a062055c1fcb180e33af6d6ae7f0d778 (patch) | |
tree | bbca115be21865afcd956dc6476c3fc5af8d1e64 /docs/manual/caching.xml | |
parent | Slight rearrangement to improve flow. Added specific error message, as (diff) | |
download | apache2-0f20df47a062055c1fcb180e33af6d6ae7f0d778.tar.xz apache2-0f20df47a062055c1fcb180e33af6d6ae7f0d778.zip |
Minor nitpick - We've attempted to standardize on American spelling.
Don't much care one way or another, but being consistent is good.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1003163 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/caching.xml')
-rw-r--r-- | docs/manual/caching.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/caching.xml b/docs/manual/caching.xml index 8594883234..f99af8abe4 100644 --- a/docs/manual/caching.xml +++ b/docs/manual/caching.xml @@ -44,7 +44,7 @@ <p><module>mod_cache</module> and its provider modules <module>mod_disk_cache</module> provide intelligent, HTTP-aware caching. The content itself is stored - in the cache, and mod_cache aims to honour all of the various HTTP + in the cache, and mod_cache aims to honor all of the various HTTP headers and options that control the cachability of content. It can handle both local and proxied content. <module>mod_cache</module> is aimed at both simple and complex caching configurations, where |