Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-08-06 21:39:05 +0400
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-08-06 21:39:05 +0400
commit6857e4e2f3ed59df9fe0d5ccbc518d126dd89dbc (patch)
tree275d925380ab30512f7d97b7e1fefdf2669f6293
parent9a22b56d3646b198c64d49a861d7b8e586edd386 (diff)
- 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 a6701622c..97d414407 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"