hush: typo in comment
authorDenis Vlasenko <vda.linux@googlemail.com>
Thu, 9 Apr 2009 01:40:15 +0000 (01:40 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Thu, 9 Apr 2009 01:40:15 +0000 (01:40 -0000)
shell/hush.c

index 3959da1ea60d510e532ffbc917b6946aa06e6e0e..543f1fe679b943d1b9df8b873513b2ab81ec4dd0 100644 (file)
@@ -2191,7 +2191,7 @@ static void re_execute_shell(const char *s, int is_heredoc)
                argv[1] = (char *) "-<";
                argv[2] = (char *) s;
                argv[3] = NULL;
-               pp = &argv[3]; /* used as pointer to empty environmaent */
+               pp = &argv[3]; /* used as pointer to empty environment */
                goto do_exec;
        }