From: Denis Vlasenko Date: Thu, 9 Apr 2009 01:40:15 +0000 (-0000) Subject: hush: typo in comment X-Git-Tag: 1_14_0~54 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f50caac53c0e37111866316dfcb7e944fc21cf2e;p=oweals%2Fbusybox.git hush: typo in comment --- diff --git a/shell/hush.c b/shell/hush.c index 3959da1ea..543f1fe67 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -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; }