summaryrefslogtreecommitdiff
path: root/docs/manual/new_features_2_2.xml
diff options
context:
space:
mode:
authorNick Kew <niq@apache.org>2007-07-17 18:40:44 +0000
committerNick Kew <niq@apache.org>2007-07-17 18:40:44 +0000
commit11314ae6124fcf86f7a4273e9f917e599608c1f4 (patch)
treec8b4cc8f27ea4ce5759072c7f5cb753b4f8f75c4 /docs/manual/new_features_2_2.xml
parent7306af0a70b2a6f80637a9041e0feb5a183843cb (diff)
downloadhttpd-11314ae6124fcf86f7a4273e9f917e599608c1f4.tar.gz
Typo fix (noticed by gryzor on IRC)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@557015 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/new_features_2_2.xml')
-rw-r--r--docs/manual/new_features_2_2.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/new_features_2_2.xml b/docs/manual/new_features_2_2.xml
index ff69464618..4a544ee950 100644
--- a/docs/manual/new_features_2_2.xml
+++ b/docs/manual/new_features_2_2.xml
@@ -233,7 +233,7 @@
header is now available under the <code>ap_</code> namespace
from <code>ap_regex.h</code>. Calls to <code>regcomp</code>,
<code>regexec</code> and so on can be replaced by calls to
- <code>ap_regcomp</code>, <code>ap_regcomp</code>.</dd>
+ <code>ap_regcomp</code>, <code>ap_regexec</code>.</dd>
<dt>DBD Framework (SQL Database API)</dt>