You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jw...@apache.org on 2002/05/02 22:16:35 UTC

cvs commit: httpd-2.0/support suexec.c

jwoolley    02/05/02 13:16:35

  Modified:    support  suexec.c
  Log:
  fix a typo
  
  Revision  Changes    Path
  1.20      +1 -1      httpd-2.0/support/suexec.c
  
  Index: suexec.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/support/suexec.c,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -d -u -r1.19 -r1.20
  --- suexec.c	13 Mar 2002 20:48:06 -0000	1.19
  +++ suexec.c	2 May 2002 20:16:34 -0000	1.20
  @@ -381,7 +381,7 @@
       }
       else {
           if ((pw = getpwuid(atoi(target_uname))) == NULL) {
  -            log_err("invalud target user id: (%s)\n", target_uname);
  +            log_err("invalid target user id: (%s)\n", target_uname);
               exit(121);
           }
       }