Typo: enviroment -> environment.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 25 Apr 2015 17:37:17 +0000 (17:37 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 25 Apr 2015 17:37:17 +0000 (17:37 +0000)
appl/su/su.c

index 8e815af0a5b771ab3cc7e488adef7a6ff4d37569..697a262a3ad41966b3df6fef736761bb822052b3 100644 (file)
@@ -458,7 +458,7 @@ main(int argc, char **argv)
            for (j = 0; j < i; j++) {
                char *p = strchr(newenv[j], '=');
                if (p == NULL)
-                   errx(1, "environment '%s' missing '='", newenv[j]);
+                   errx(1, "enviroment '%s' missing '='", newenv[j]);
                *p++ = 0;
                esetenv (newenv[j], p, 1);
            }