You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 1999/10/11 23:54:47 UTC

cvs commit: apache-2.0/src/main http_config.c

martin      99/10/11 14:54:43

  Modified:    src/main http_config.c
  Log:
  Typo
  
  Revision  Changes    Path
  1.14      +2 -2      apache-2.0/src/main/http_config.c
  
  Index: http_config.c
  ===================================================================
  RCS file: /export/home/cvs/apache-2.0/src/main/http_config.c,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- http_config.c	1999/10/07 20:47:52	1.13
  +++ http_config.c	1999/10/11 21:54:40	1.14
  @@ -488,7 +488,7 @@
        *
        *  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 @@
   {
       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);
   }