You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2010/09/01 18:27:14 UTC

svn commit: r991592 - /httpd/httpd/trunk/include/ap_mmn.h

Author: fuankg
Date: Wed Sep  1 16:27:14 2010
New Revision: 991592

URL: http://svn.apache.org/viewvc?rev=991592&view=rev
Log:
Fixed wrong comment.

ap_body_to_table() was dropped with r953203, not ap_args_to_table().

Modified:
    httpd/httpd/trunk/include/ap_mmn.h

Modified: httpd/httpd/trunk/include/ap_mmn.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_mmn.h?rev=991592&r1=991591&r2=991592&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_mmn.h (original)
+++ httpd/httpd/trunk/include/ap_mmn.h Wed Sep  1 16:27:14 2010
@@ -227,7 +227,7 @@
  *                         Introduce per-module loglevels
  * 20100606.1 (2.3.6-dev)  Added extended timestamp formatting via
  *                         ap_recent_ctime_ex().
- * 20100609.0 (2.3.6-dev)  Dropped ap_args_to_table due to missing constraints.
+ * 20100609.0 (2.3.6-dev)  Dropped ap_body_to_table due to missing constraints.
  * 20100609.1 (2.3.7-dev)  Introduce ap_log_cserror()
  * 20100609.2 (2.3.7-dev)  Add deferred write pool to core_output_filter_ctx
  * 20100625.0 (2.3.7-dev)  Add 'userctx' to socache iterator callback prototype