aboutsummaryrefslogtreecommitdiff
path: root/toys
diff options
context:
space:
mode:
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.