]> diplodocus.org Git - mdeliver/commitdiff
tiny correction
authorepg <>
Thu, 30 Mar 2006 18:59:37 +0000 (18:59 +0000)
committerepg <>
Thu, 30 Mar 2006 18:59:37 +0000 (18:59 +0000)
processor.c

index 5f2753aa507e24dd8bbeafe458b7360aecc30d7a..f9bf73f843ab71400c32356f48fd837da1228ff7 100644 (file)
@@ -89,7 +89,7 @@ logname()
         if (errno != 0) {
             err(EX_OSERR, "getpwuid(getuid())");
         }
-        errx(EX_NOUSER, "Who are you?  What do you want?  Where are you going?  Why are you here?");
+        errx(EX_NOUSER, "Who are you?  What do you want?  Why are you here?  Where are you going?");
     }
 
     return p->pw_name;