aboutsummaryrefslogtreecommitdiff
path: root/toys
diff options
context:
space:
mode:
authorCharlie Shepherd <masterdriverz@gentoo.org>2007-11-10 09:10:51 +0000
committerCharlie Shepherd <masterdriverz@gentoo.org>2007-11-10 09:10:51 +0000
commitd3ab5f0798f3e1fde5f0f6778bf48f03579c7e98 (patch)
tree6f5ca6491925d28cafdf439ec8f4b37a705cd645 /toys
parent6d15f37cd916e445df03805e657f80dc33a07897 (diff)
downloadtoybox-d3ab5f0798f3e1fde5f0f6778bf48f03579c7e98.tar.gz
Fix typo in toysh tty description.
Diffstat (limited to 'toys')
-rw-r--r--toys/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/Config.in b/toys/Config.in
index e9ab177d..8108a92b 100644
--- a/toys/Config.in
+++ b/toys/Config.in
@@ -304,7 +304,7 @@ config TOYSH_JOBCTL
default n
depends on TOYSH_TTY
help
- Add job cocntrol to toysh. This lets toysh handle CTRL-Z, and enables
+ Add job control to toysh. This lets toysh handle CTRL-Z, and enables
the built-in commands "fg", "bg", and "jobs".
With pipe support, enable use of "&" to run background processes.