brian       98/08/10 19:50:55

  Modified:    src/main http_core.c
  Log:
  Typo, now fixed.
  
  Revision  Changes    Path
  1.222     +1 -1      apache-1.3/src/main/http_core.c
  
  Index: http_core.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/main/http_core.c,v
  retrieving revision 1.221
  retrieving revision 1.222
  diff -u -r1.221 -r1.222
  --- http_core.c       1998/08/11 00:09:44     1.221
  +++ http_core.c       1998/08/11 02:50:53     1.222
  @@ -2552,7 +2552,7 @@
   { "ServerTokens", set_serv_tokens, NULL, RSRC_CONF, TAKE1,
     "Determine tokens displayed in the Server: header - Min(imal), OS or Full" 
},
   { "ExtendedStatus", set_extended_status, NULL, RSRC_CONF, TAKE1,
  -  "\On\" to enable extended status information, \"Off\" to disable" },
  +  "\"On\" to enable extended status information, \"Off\" to disable" },
   { "LimitRequestBody", set_limit_req_body,
     (void*)XtOffsetOf(core_dir_config, limit_req_body),
     RSRC_CONF|ACCESS_CONF|OR_ALL, TAKE1,
  
  
  

Reply via email to