From 0aef7b8394847f86ca96a68d2788c39e3623acb4 Mon Sep 17 00:00:00 2001
From: Rainer Jung
Date: Tue, 31 Jan 2012 20:43:44 +0000
Subject: [PATCH] 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
---
docs/manual/socache.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
--
2.50.1