]> granicus.if.org Git - apache/commitdiff
Fix typos
authorRainer Jung <rjung@apache.org>
Tue, 31 Jan 2012 20:43:44 +0000 (20:43 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 31 Jan 2012 20:43:44 +0000 (20:43 +0000)
Backport of r1210148 from trunk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238801 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/socache.xml

index 69333792d309dd0c265418f269e0d045f6f4078f..c680379256c90737c30b9e878ffe6b5769c7a388 100644 (file)
@@ -39,7 +39,7 @@
     must be present, and configured.</p>
     <p>The only configuration required is to select which cache provider
     to use.  This is the responsibility of modules using the cache, and
-    they enable selecton using directives such as
+    they enable selection using directives such as
     <directive module="mod_authn_socache">AuthnCacheSOCache</directive>,
     <directive module="mod_ssl">SSLSessionCache</directive>, and
     <directive module="mod_ssl">SSLStaplingCache</directive>.</p>
@@ -47,7 +47,7 @@
     <dl>
     <dt>"dbm" (<module>mod_socache_dbm</module>)</dt>
     <dd>This makes use of a DBM hash file.
-     The choice of underlying DBM configuration may be configurable
+     The choice of underlying DBM used may be configurable
      if the installed APR version supports multiple DBM implementations.</dd>
     <dt>"dc" (<module>mod_socache_dc</module>)</dt>
     <dd>This makes use of the <a href="http://www.distcache.org/">distcache</a>