svn commit: [26031] trunk/busybox/shell

vda at busybox.net vda at busybox.net
Thu Apr 9 01:40:16 UTC 2009


Author: vda
Date: 2009-04-09 01:40:15 +0000 (Thu, 09 Apr 2009)
New Revision: 26031

Log:
hush: typo in comment



Modified:
   trunk/busybox/shell/hush.c


Changeset:
Modified: trunk/busybox/shell/hush.c
===================================================================
--- trunk/busybox/shell/hush.c	2009-04-09 01:39:02 UTC (rev 26030)
+++ trunk/busybox/shell/hush.c	2009-04-09 01:40:15 UTC (rev 26031)
@@ -2191,7 +2191,7 @@
 		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;
 	}
 



More information about the busybox-cvs mailing list