# HG changeset patch # User Charlie Shepherd # Date 1194685851 0 # Node ID 3977fecc1b4986e2b7915a3dfdef0d7425c0f998 # Parent 01784c0d368155695ab30b422b302829d8a0331f Fix typo in toysh tty description. diff -r 01784c0d3681 -r 3977fecc1b49 toys/Config.in --- 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.