]> granicus.if.org Git - apache/commitdiff
Typo fix (thanks noodl for pointing it out).
authorNick Kew <niq@apache.org>
Tue, 22 Apr 2008 09:54:00 +0000 (09:54 +0000)
committerNick Kew <niq@apache.org>
Tue, 22 Apr 2008 09:54:00 +0000 (09:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@650431 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_dbd.xml

index 9992f5550383ec5050ac02ca00c34f03eb3ce9fa..7ef8c267c25b06755b56edf6f317f1e0579ad4e5 100644 (file)
@@ -130,7 +130,7 @@ APR_DECLARE_OPTIONAL_FN(void, ap_dbd_prepare, (server_rec*, const char*, const c
     is matched against a regexp, and only the match is used,
     according to the Perl idiom:</p>
     <example>
-        <pre><code>  $untrusted =~ /([a-z])+/;
+        <pre><code>  $untrusted =~ /([a-z]+)/;
   $trusted = $1;</code></pre>
     </example>
     <p>To use this, the untainting regexps must be included in the