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 1997/12/20 23:14:04 UTC

cvs commit: apachen/src/main http_conf_globals.h

marc        97/12/20 14:14:04

  Modified:    src/main http_conf_globals.h
  Log:
  Fix my spelling error.  "correupted" --> "corrupted"
  
  Revision  Changes    Path
  1.20      +1 -1      apachen/src/main/http_conf_globals.h
  
  Index: http_conf_globals.h
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/main/http_conf_globals.h,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- http_conf_globals.h	1997/10/22 20:29:34	1.19
  +++ http_conf_globals.h	1997/12/20 22:14:03	1.20
  @@ -88,7 +88,7 @@
   extern char server_root[MAX_STRING_LEN];
   extern char server_confname[MAX_STRING_LEN];
   
  -/* We want this to have the least chance of being correupted if there
  +/* We want this to have the least chance of being corrupted if there
    * is some memory corruption, so we allocate it statically.
    */
   extern char coredump_dir[MAX_STRING_LEN];