From: Nick Kew
Date: Tue, 22 Apr 2008 09:54:00 +0000 (+0000)
Subject: Typo fix (thanks noodl for pointing it out).
X-Git-Tag: 2.3.0~684
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=245d991026d9e3176012a0bd5a45a7ed03db98c7;p=thirdparty%2Fapache%2Fhttpd.git
Typo fix (thanks noodl for pointing it out).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@650431 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_dbd.xml b/docs/manual/mod/mod_dbd.xml
index 9992f555038..7ef8c267c25 100644
--- a/docs/manual/mod/mod_dbd.xml
+++ b/docs/manual/mod/mod_dbd.xml
@@ -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:
- $untrusted =~ /([a-z])+/;
+ $untrusted =~ /([a-z]+)/;
$trusted = $1;
To use this, the untainting regexps must be included in the