]> granicus.if.org Git - apache/commitdiff
Typo fix (noticed by gryzor on IRC)
authorNick Kew <niq@apache.org>
Tue, 17 Jul 2007 18:40:44 +0000 (18:40 +0000)
committerNick Kew <niq@apache.org>
Tue, 17 Jul 2007 18:40:44 +0000 (18:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@557015 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/new_features_2_2.xml

index ff69464618f6ce3afa3e344ff6abefc9c6da4bf0..4a544ee95078087666a74492410f8d82eda3833f 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>