You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by aa...@apache.org on 2001/10/30 18:38:04 UTC

cvs commit: httpd-2.0/support suexec.c

aaron       01/10/30 09:38:03

  Modified:    support  suexec.c
  Log:
  Fix typos...
  
  Revision  Changes    Path
  1.16      +2 -2      httpd-2.0/support/suexec.c
  
  Index: suexec.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/support/suexec.c,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- suexec.c	2001/08/22 15:40:29	1.15
  +++ suexec.c	2001/10/30 17:38:03	1.16
  @@ -295,7 +295,7 @@
           fprintf(stderr, " -D AP_DOC_ROOT=\"%s\"\n", AP_DOC_ROOT);
   #endif
   #ifdef AP_GID_MIN
  -        fprintf(stderr, " -D AP_GID_MID=%d\n", AP_GID_MIN);
  +        fprintf(stderr, " -D AP_GID_MIN=%d\n", AP_GID_MIN);
   #endif
   #ifdef AP_HTTPD_USER
           fprintf(stderr, " -D AP_HTTPD_USER=\"%s\"\n", AP_HTTPD_USER);
  @@ -310,7 +310,7 @@
           fprintf(stderr, " -D AP_SUEXEC_UMASK=%03o\n", AP_SUEXEC_UMASK);
   #endif
   #ifdef AP_UID_MIN
  -        fprintf(stderr, " -D AP_UID_MID=%d\n", AP_UID_MIN);
  +        fprintf(stderr, " -D AP_UID_MIN=%d\n", AP_UID_MIN);
   #endif
   #ifdef AP_USERDIR_SUFFIX
           fprintf(stderr, " -D AP_USERDIR_SUFFIX=\"%s\"\n", AP_USERDIR_SUFFIX);