diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-17 09:55:13 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-17 09:55:13 +0200 |
commit | ef215558fa261d0aeb653ea49efebcf2811d59a3 (patch) | |
tree | 7ae50c59a9f10e9e3c0a98537045e7be73db5a28 /include | |
parent | 3227d3f982e809fd02b37d6274f1c7da0a307cea (diff) | |
download | busybox-w32-ef215558fa261d0aeb653ea49efebcf2811d59a3.tar.gz busybox-w32-ef215558fa261d0aeb653ea49efebcf2811d59a3.tar.bz2 busybox-w32-ef215558fa261d0aeb653ea49efebcf2811d59a3.zip |
typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index be52f187f..3fce939bb 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -657,7 +657,7 @@ | |||
657 | "\n ::respawn:/bin/cttyhack /bin/sh" \ | 657 | "\n ::respawn:/bin/cttyhack /bin/sh" \ |
658 | "\nGiving controlling tty to shell running with PID 1:" \ | 658 | "\nGiving controlling tty to shell running with PID 1:" \ |
659 | "\n $ exec cttyhack sh" \ | 659 | "\n $ exec cttyhack sh" \ |
660 | "\nStarting an interative shell from boot shell script:" \ | 660 | "\nStarting interactive shell from boot shell script:" \ |
661 | "\n setsid cttyhack sh" \ | 661 | "\n setsid cttyhack sh" \ |
662 | 662 | ||
663 | #define cut_trivial_usage \ | 663 | #define cut_trivial_usage \ |