summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2017-01-03 17:48:53 +0000
committerEric Covener <covener@apache.org>2017-01-03 17:48:53 +0000
commitf0f4019e1edd44af9dd5e340374b71b91f7373db (patch)
tree84cdde21bf43a9cd3927a387ed71a1e56abe1a51
parent710d71091786272f463dd8e4e98b1374934be77c (diff)
downloadhttpd-f0f4019e1edd44af9dd5e340374b71b91f7373db.tar.gz
match comment to actual major
#define MODULE_MAGIC_NUMBER_MAJOR 20051115 Props to whoever wrote the test that checks the comment vs the define! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x-merge-http-strict@1777182 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/ap_mmn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h
index 82d255b23d..4db17dc028 100644
--- a/include/ap_mmn.h
+++ b/include/ap_mmn.h
@@ -158,7 +158,7 @@
* 20051115.38 (2.2.30) Add ap_proxy_set_scoreboard_lb() in mod_proxy.h
* 20051115.39 (2.2.30) Add ap_proxy_connection_reusable()
* 20051115.40 (2.2.30) Add ap_map_http_request_error()
- * 20151115.41 (2.2.32) Add http09_enable, http_conformance, and
+ * 20051115.41 (2.2.32) Add http09_enable, http_conformance, and
* http_methods to core_server_config
* Add ap_scan_http_field_token(),
* ap_scan_http_field_content(),