]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Small typos.
authorLucien Gentis <lgentis@apache.org>
Sat, 24 Jan 2009 15:40:03 +0000 (15:40 +0000)
committerLucien Gentis <lgentis@apache.org>
Sat, 24 Jan 2009 15:40:03 +0000 (15:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@737384 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_dbd.xml

index edd373257332859523ba25f119c959bb74a6ddba..df9c05f9821047fe386e7c05840cae2e74abe38e 100644 (file)
@@ -188,7 +188,7 @@ APR_DECLARE_OPTIONAL_FN(void, ap_dbd_prepare, (server_rec*, const char*, const c
 </contextlist>
 
 <usage>
-    <p>For modules such as authentication that use repeatedly use a
+    <p>For modules such as authentication that repeatedly use a
     single SQL statement, optimum performance is achieved by preparing
     the statement at startup rather than every time it is used.
     This directive prepares an SQL statement and assigns it a label.</p>
@@ -247,7 +247,7 @@ APR_DECLARE_OPTIONAL_FN(void, ap_dbd_prepare, (server_rec*, const char*, const c
 </contextlist>
 
 <usage>
-    <p>Set the time to keep idle connections alive where the number
+    <p>Set the time to keep idle connections alive when the number
     of connections specified in DBDKeep has been exceeded (threaded
     platforms only).</p>
 </usage>