From: Rainer Jung
Date: Tue, 31 Jan 2012 20:43:44 +0000 (+0000)
Subject: Fix typos
X-Git-Tag: 2.4.1~50
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0aef7b8394847f86ca96a68d2788c39e3623acb4;p=apache
Fix typos
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
---
diff --git a/docs/manual/socache.xml b/docs/manual/socache.xml
index 69333792d3..c680379256 100644
--- a/docs/manual/socache.xml
+++ b/docs/manual/socache.xml
@@ -39,7 +39,7 @@
must be present, and configured.
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
AuthnCacheSOCache,
SSLSessionCache, and
SSLStaplingCache.
@@ -47,7 +47,7 @@
- "dbm" (mod_socache_dbm)
- 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.
- "dc" (mod_socache_dc)
- This makes use of the distcache