coar        98/05/22 04:35:05

  Modified:    src/include util_date.h
  Log:
        Fix a typo.  C *is* case-sensitive, after all.
  
  PR:           2267
  Submitted by: Jason Armstrong <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.14      +1 -1      apache-1.3/src/include/util_date.h
  
  Index: util_date.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/include/util_date.h,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- util_date.h       1998/05/03 17:31:11     1.13
  +++ util_date.h       1998/05/22 11:35:04     1.14
  @@ -56,7 +56,7 @@
    */
   
   #ifndef APACHE_UTIL_DATE_H
  -#define APAcHE_UTIL_DATE_H
  +#define APACHE_UTIL_DATE_H
   
   #ifdef __cplusplus
   extern "C" {
  
  
  

Reply via email to