From 1532c1f996bd6fa70b992bc6bda132472038281d Mon Sep 17 00:00:00 2001 From: Cliff Woolley Date: Thu, 2 May 2002 20:16:34 +0000 Subject: fix a typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94912 13f79535-47bb-0310-9956-ffa450edef68 --- support/suexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/suexec.c') diff --git a/support/suexec.c b/support/suexec.c index 16c8e6e5a3..cb8e126965 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); } } -- cgit v1.2.3