summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2008-08-06 17:39:05 +0000
committerBernhard Reutner-Fischer2008-08-06 17:39:05 +0000
commit6857e4e2f3ed59df9fe0d5ccbc518d126dd89dbc (patch)
tree275d925380ab30512f7d97b7e1fefdf2669f6293
parent9a22b56d3646b198c64d49a861d7b8e586edd386 (diff)
downloadbusybox-6857e4e2f3ed59df9fe0d5ccbc518d126dd89dbc.zip
busybox-6857e4e2f3ed59df9fe0d5ccbc518d126dd89dbc.tar.gz
- fix typo
-rw-r--r--shell/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Config.in b/shell/Config.in
index a670162..97d4144 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -51,7 +51,7 @@ config ASH_BASH_COMPAT
default y
depends on ASH
help
- Enable bash-conpatible extensions.
+ Enable bash-compatible extensions.
config ASH_JOB_CONTROL
bool "Job control"