From: Bill Stoddard Date: Mon, 9 Dec 2002 14:42:09 +0000 (+0000) Subject: AddModules does not exist anymore X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f3c2ff089ff2073b287d5fb4b4f0c416fa8b946;p=apache AddModules does not exist anymore Submitted by: Stas Bekman git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97818 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/config.c b/server/config.c index 0fcbef6b0e..fcb261909b 100644 --- a/server/config.c +++ b/server/config.c @@ -444,7 +444,7 @@ AP_DECLARE(void) ap_register_hooks(module *m, apr_pool_t *p) AP_DECLARE(void) ap_add_module(module *m, apr_pool_t *p) { - /* This could be called from an AddModule httpd.conf command, + /* This could be called from an LoadModule httpd.conf command, * after the file has been linked and the module structure within it * teased out... */