]> granicus.if.org Git - apache/commitdiff
fix a typo
authorCliff Woolley <jwoolley@apache.org>
Thu, 2 May 2002 20:16:34 +0000 (20:16 +0000)
committerCliff Woolley <jwoolley@apache.org>
Thu, 2 May 2002 20:16:34 +0000 (20:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94912 13f79535-47bb-0310-9956-ffa450edef68

support/suexec.c

index 16c8e6e5a3338c5906226b5fe280321c8f8a110d..cb8e126965d81d45827fd3fa6affd90b5724261d 100644 (file)
@@ -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);
         }
     }