diff options
author | Joe Orton <jorton@apache.org> | 2005-01-27 15:33:06 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2005-01-27 15:33:06 +0100 |
commit | 2253f74e1e038dc7c31e6f1b631a92dc08d0b785 (patch) | |
tree | b82c68d72cbe8a27966f491122579af72f4ef094 /include/ap_mmn.h | |
parent | Added a new LDAPConnectionTimeout directive to util_ldap so that the socket c... (diff) | |
download | apache2-2253f74e1e038dc7c31e6f1b631a92dc08d0b785.tar.xz apache2-2253f74e1e038dc7c31e6f1b631a92dc08d0b785.zip |
* include/ap_mmn.h: Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126611 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_mmn.h')
-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 b9488d9d6d..3356661a13 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -84,7 +84,7 @@ * changed ap_add_module, ap_add_loaded_module, * ap_setup_prelinked_modules, ap_process_resource_config * 20040425.1 (2.1.0-dev) Added ap_module_symbol_t and ap_prelinked_module_symbols - * 20050101.0 (2.1.2-dev) Axed mixnamed http_method for http_scheme (which it was!) + * 20050101.0 (2.1.2-dev) Axed misnamed http_method for http_scheme (which it was!) */ #define MODULE_MAGIC_COOKIE 0x41503230UL /* "AP20" */ |