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 2007/07/17 20:40:46 UTC

svn commit: r557015 - /httpd/httpd/trunk/docs/manual/new_features_2_2.xml

Author: niq
Date: Tue Jul 17 11:40:44 2007
New Revision: 557015

URL: http://svn.apache.org/viewvc?view=rev&rev=557015
Log:
Typo fix (noticed by gryzor on IRC)

Modified:
    httpd/httpd/trunk/docs/manual/new_features_2_2.xml

Modified: httpd/httpd/trunk/docs/manual/new_features_2_2.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/new_features_2_2.xml?view=diff&rev=557015&r1=557014&r2=557015
==============================================================================
--- httpd/httpd/trunk/docs/manual/new_features_2_2.xml (original)
+++ httpd/httpd/trunk/docs/manual/new_features_2_2.xml Tue Jul 17 11:40:44 2007
@@ -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>