]> granicus.if.org Git - apache/commitdiff
Small typos.
authorLucien Gentis <lgentis@apache.org>
Sat, 24 Jan 2009 15:34:27 +0000 (15:34 +0000)
committerLucien Gentis <lgentis@apache.org>
Sat, 24 Jan 2009 15:34:27 +0000 (15:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@737381 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_dbd.xml

index 4c4bb2840712f019a5a8de62d1e1480e4dc916f9..7144a1fcef7b4e4c48b79e897c1030d44de81af8 100644 (file)
@@ -229,7 +229,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>
@@ -288,7 +288,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>