diff toys/Config.in @ 159:3977fecc1b49

Fix typo in toysh tty description.
author Charlie Shepherd <masterdriverz@gentoo.org>
date Sat, 10 Nov 2007 09:10:51 +0000
parents 714f4c051594
children 0864aec90026
line wrap: on
line diff
--- a/toys/Config.in	Sat Nov 10 08:54:22 2007 +0000
+++ b/toys/Config.in	Sat Nov 10 09:10:51 2007 +0000
@@ -304,7 +304,7 @@
 	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.