]> granicus.if.org Git - apache/commitdiff
Typo
authorMartin Kraemer <martin@apache.org>
Mon, 11 Oct 1999 21:54:40 +0000 (21:54 +0000)
committerMartin Kraemer <martin@apache.org>
Mon, 11 Oct 1999 21:54:40 +0000 (21:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83968 13f79535-47bb-0310-9956-ffa450edef68

server/config.c

index fb28322f2a79fcb85175879760949f5ac5bfe269..16a01d1de9625f8e48b7140d8e99b2fff10de50b 100644 (file)
@@ -488,7 +488,7 @@ API_EXPORT(void) ap_add_loaded_module(module *mod)
      *
      *  Notes: 1. ap_add_module() would already complain if no more space
      *            exists for adding a dynamically loaded module
-     *         2. ap_add_module() accepts double ap_context_t nclusion, so we have
+     *         2. ap_add_module() accepts double inclusion, so we have
      *            to accept this, too.
      */
     for (m = ap_loaded_modules; *m != NULL; m++)
@@ -1424,7 +1424,7 @@ void ap_show_modules()
 {
     int n;
 
-    printf("Compiled ap_context_t n modules:\n");
+    printf("Compiled in modules:\n");
     for (n = 0; ap_loaded_modules[n]; ++n)
        printf("  %s\n", ap_loaded_modules[n]->name);
 }