You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@locus.apache.org on 2000/06/05 19:13:26 UTC

cvs commit: apache-1.3/src/modules/example mod_example.c

coar        00/06/05 10:13:22

  Modified:    src/modules/example mod_example.c
  Log:
  	Fix typo.
  
  Revision  Changes    Path
  1.37      +1 -1      apache-1.3/src/modules/example/mod_example.c
  
  Index: mod_example.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/modules/example/mod_example.c,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -u -r1.36 -r1.37
  --- mod_example.c	2000/05/11 18:52:37	1.36
  +++ mod_example.c	2000/06/05 17:13:13	1.37
  @@ -709,7 +709,7 @@
   }
   
   /*
  - * This function gets called to create up a per-directory configuration
  + * This function gets called to create a per-directory configuration
    * record.  This will be called for the "default" server environment, and for
    * each directory for which the parser finds any of our directives applicable.
    * If a directory doesn't have any of our directives involved (i.e., they