diff options
author | Guenter Knauf <fuankg@apache.org> | 2010-09-01 16:27:14 +0000 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2010-09-01 16:27:14 +0000 |
commit | 6dfc1d4132cada42b94381368a0ceed3256ec769 (patch) | |
tree | a6c2815d1e87a557a7a24392e7de475de2e3b77d /include | |
parent | 973eb55182723f35905d9afaa3db60264eef57dd (diff) | |
download | httpd-6dfc1d4132cada42b94381368a0ceed3256ec769.tar.gz |
Fixed wrong comment.
ap_body_to_table() was dropped with r953203, not ap_args_to_table().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@991592 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/ap_mmn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 40860edd90..010484725d 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -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 |