]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Typo fix (noticed by gryzor on IRC)
authorNick Kew <niq@apache.org>
Tue, 17 Jul 2007 18:41:15 +0000 (18:41 +0000)
committerNick Kew <niq@apache.org>
Tue, 17 Jul 2007 18:41:15 +0000 (18:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@557017 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/new_features_2_2.xml

index cedff3b11093f702f0a4453872c36ea2ee68846a..fdbed57263f9783e40158eeab8d117af6cc921d0 100644 (file)
       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>