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:41:16 UTC

svn commit: r557017 - /httpd/httpd/branches/2.2.x/docs/manual/new_features_2_2.xml

Author: niq
Date: Tue Jul 17 11:41:15 2007
New Revision: 557017

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

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/new_features_2_2.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/new_features_2_2.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/new_features_2_2.xml?view=diff&rev=557017&r1=557016&r2=557017
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/new_features_2_2.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/new_features_2_2.xml Tue Jul 17 11:41:15 2007
@@ -241,7 +241,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>