]> granicus.if.org Git - apache/commitdiff
Fix typos
authorNick Kew <niq@apache.org>
Sun, 4 Dec 2011 17:15:32 +0000 (17:15 +0000)
committerNick Kew <niq@apache.org>
Sun, 4 Dec 2011 17:15:32 +0000 (17:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1210148 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/socache.xml

index 7914d31f319b7c876b281c16e6c3f4e300e048ab..9b07c681f35eb381380d44bf9d85377167f88232 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="authn_socache">AuthnCacheSOCache</directive>,
     <directive module="ssl">SSLSessionCache</directive>, and
     <directive module="ssl">SSLStaplingCache</directive>.</p>
@@ -47,7 +47,7 @@
     <dl>
     <dt>"dbm" (mod_socache_dbm)</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" (mod_socache_dc)</dt>
     <dd>This makes use of the <a href="http://www.distcache.org/">distcache</a>