You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2008/04/22 11:54:05 UTC

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

Author: niq
Date: Tue Apr 22 02:54:00 2008
New Revision: 650431

URL: http://svn.apache.org/viewvc?rev=650431&view=rev
Log:
Typo fix (thanks noodl for pointing it out).

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=650431&r1=650430&r2=650431&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_dbd.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_dbd.xml Tue Apr 22 02:54:00 2008
@@ -130,7 +130,7 @@
     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