You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by lg...@apache.org on 2009/01/24 16:34:27 UTC

svn commit: r737381 - /httpd/httpd/trunk/docs/manual/mod/mod_dbd.xml

Author: lgentis
Date: Sat Jan 24 15:34:27 2009
New Revision: 737381

URL: http://svn.apache.org/viewvc?rev=737381&view=rev
Log:
Small typos.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_dbd.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_dbd.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_dbd.xml?rev=737381&r1=737380&r2=737381&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_dbd.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_dbd.xml Sat Jan 24 15:34:27 2009
@@ -229,7 +229,7 @@
 </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 @@
 </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>