Commit b9c957b2 authored by Lucien Gentis's avatar Lucien Gentis
Browse files

Small typos.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@737384 13f79535-47bb-0310-9956-ffa450edef68
parent 1a43403f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>