aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-02-14 12:13:13 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-02-14 12:13:13 +0000
commitbb5f8eddc432e2a5fdc632bfefbfed999115d272 (patch)
tree28c0abc13dd10368e539fcce9b9e4a7a69e978ad
parent9f00e0578167e63e161c38d1fa41b93071616b6c (diff)
downloadbusybox-bb5f8eddc432e2a5fdc632bfefbfed999115d272.tar.gz
- cosmetic typo in helptext
-rw-r--r--coreutils/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index b734f8e30..03e6b6a91 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -766,7 +766,7 @@ config FEATURE_WC_LARGE
default n
depends on WC
help
- Use "unsigned long long" in wc for count variables.
+ Use "unsigned long long" in wc for counter variables.
config WHO
bool "who"