From: Cliff Woolley Date: Thu, 2 May 2002 20:16:34 +0000 (+0000) Subject: fix a typo X-Git-Tag: 2.0.37~526 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1532c1f996bd6fa70b992bc6bda132472038281d;p=thirdparty%2Fapache%2Fhttpd.git fix a typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94912 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/suexec.c b/support/suexec.c index 16c8e6e5a33..cb8e126965d 100644 --- a/support/suexec.c +++ b/support/suexec.c @@ -381,7 +381,7 @@ int main(int argc, char *argv[]) } 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); } }