]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
typo fixes
authorDaniel Gruno <humbedooh@apache.org>
Thu, 9 Aug 2012 07:23:50 +0000 (07:23 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Thu, 9 Aug 2012 07:23:50 +0000 (07:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1371056 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/content-negotiation.xml
docs/manual/install.xml
docs/manual/mod/mod_cache.xml
docs/manual/mod/mod_mem_cache.xml

index 99fd780ccf3cfdb2b5c9c3c885eaf45c7a354921..93288f09f67fdb2b4529bd5ed2820a0445a85004 100644 (file)
     represents.</p>
 
     <p>The full list of headers recognized is available in the <a
-    href="mod/mod_negotiation.html#typemaps">mod_negotation
+    href="mod/mod_negotiation.html#typemaps">mod_negotiation
     typemap</a> documentation.</p>
 </section>
 
index 95c0db2b294792271eff8df739d969d83e0e6395..c8e1cd0f364c17539f33f3c4785242151b5a6985 100644 (file)
     major releases (for example, from 1.3 to 2.0 or from 2.0 to 2.2),
     there will likely be major differences in the compile-time and
     run-time configuration that will require manual adjustments.  All
-    modules will also need to be upgraded to accomodate changes in the
+    modules will also need to be upgraded to accommodate changes in the
     module API.</p>
 
     <p>Upgrading from one minor version to the next (for example, from
index de02d3866a89f9bc580d4b95ed3ac061be520767..5bbfb35ab38b85c7974765ef5bd5673048dea7cd 100644 (file)
   becomes stale, and the time the stale entity is fully refreshed. On a busy
   server, a significant number of requests might arrive during this time, and
   cause a <strong>thundering herd</strong> of requests to strike the backend
-  suddenly and unpredicably.</p>
+  suddenly and unpredictably.</p>
   <p>To keep the thundering herd at bay, the <directive>CacheLock</directive>
   directive can be used to define a directory in which locks are created for
   URLs <strong>in flight</strong>. The lock is used as a <strong>hint</strong>
index 34886309e4a34253d77c098a05350e856d44fd25..b84ea4e5821da8a1240afde6ed29f923d3359509 100644 (file)
@@ -46,7 +46,7 @@
     should be the preferred choice. This is explained further in the <a
     href="../caching.html#inmemory">Caching Guide</a>.  In particular,
     this module's cache is <em>per-process</em>, which can be partially
-    mitigated by configuring threaded MPMS to use fewer child processes
+    mitigated by configuring threaded MPMs to use fewer child processes
     via configuration of larger values for <directive 
     module="mpm_common">ThreadsPerChild</directive>.  This module's cache is 
     also limited to storing a single variant (see HTTP Vary: header) of each