[git commit master] typo fix
Denys Vlasenko
vda.linux at googlemail.com
Mon May 17 07:55:13 UTC 2010
commit: http://git.busybox.net/busybox/commit/?id=ef215558fa261d0aeb653ea49efebcf2811d59a3
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
include/usage.h | 2 +-
shell/Config.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/usage.h b/include/usage.h
index be52f18..3fce939 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -657,7 +657,7 @@
"\n ::respawn:/bin/cttyhack /bin/sh" \
"\nGiving controlling tty to shell running with PID 1:" \
"\n $ exec cttyhack sh" \
- "\nStarting an interative shell from boot shell script:" \
+ "\nStarting interactive shell from boot shell script:" \
"\n setsid cttyhack sh" \
#define cut_trivial_usage \
diff --git a/shell/Config.in b/shell/Config.in
index 36a9317..cf599df 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -366,7 +366,7 @@ config CTTYHACK
$ exec cttyhack sh
- Starting an interative shell from boot shell script:
+ Starting an interactive shell from boot shell script:
setsid cttyhack sh
--
1.6.3.3
More information about the busybox-cvs
mailing list