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...@apache.org on 2002/11/05 10:44:54 UTC

cvs commit: apache-1.3/src/modules/standard mod_auth.c

martin      2002/11/05 01:44:54

  Modified:    src/modules/standard mod_auth.c
  Log:
  Typo
  
  Revision  Changes    Path
  1.59      +1 -1      apache-1.3/src/modules/standard/mod_auth.c
  
  Index: mod_auth.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_auth.c,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- mod_auth.c	13 Mar 2002 21:05:33 -0000	1.58
  +++ mod_auth.c	5 Nov 2002 09:44:53 -0000	1.59
  @@ -280,7 +280,7 @@
   	if (strcmp(w, "file-owner") == 0) {
   #if defined(WIN32) || defined(NETWARE) || defined(OS2)
               ap_log_rerror(APLOG_MARK, APLOG_NOERRNO|APLOG_INFO, r,
  -                          "'Require file-user' not supported "
  +                          "'Require file-owner' not supported "
                             "on this platform, ignored");
               continue;
   #else