From: Aaron Bannert Date: Tue, 30 Oct 2001 17:38:03 +0000 (+0000) Subject: Fix typos... X-Git-Tag: 2.0.27~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5fe728b25b8030a7afc93f6d166ce851788640f;p=apache Fix typos... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91694 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/suexec.c b/support/suexec.c index 1d77833a89..34d37346e9 100644 --- a/support/suexec.c +++ b/support/suexec.c @@ -295,7 +295,7 @@ int main(int argc, char *argv[]) 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 @@ int main(int argc, char *argv[]) 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);