diff options
author | Charlie Shepherd <masterdriverz@gentoo.org> | 2007-11-10 09:10:51 +0000 |
---|---|---|
committer | Charlie Shepherd <masterdriverz@gentoo.org> | 2007-11-10 09:10:51 +0000 |
commit | d3ab5f0798f3e1fde5f0f6778bf48f03579c7e98 (patch) | |
tree | 6f5ca6491925d28cafdf439ec8f4b37a705cd645 /toys/Config.in | |
parent | 6d15f37cd916e445df03805e657f80dc33a07897 (diff) | |
download | toybox-d3ab5f0798f3e1fde5f0f6778bf48f03579c7e98.tar.gz |
Fix typo in toysh tty description.
Diffstat (limited to 'toys/Config.in')
-rw-r--r-- | toys/Config.in | 2 |
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. |