diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-02-14 12:13:13 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-02-14 12:13:13 +0000 |
commit | bb5f8eddc432e2a5fdc632bfefbfed999115d272 (patch) | |
tree | 28c0abc13dd10368e539fcce9b9e4a7a69e978ad | |
parent | 9f00e0578167e63e161c38d1fa41b93071616b6c (diff) | |
download | busybox-w32-bb5f8eddc432e2a5fdc632bfefbfed999115d272.tar.gz busybox-w32-bb5f8eddc432e2a5fdc632bfefbfed999115d272.tar.bz2 busybox-w32-bb5f8eddc432e2a5fdc632bfefbfed999115d272.zip |
- cosmetic typo in helptext
-rw-r--r-- | coreutils/Config.in | 2 |
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 | |||
766 | default n | 766 | default n |
767 | depends on WC | 767 | depends on WC |
768 | help | 768 | help |
769 | Use "unsigned long long" in wc for count variables. | 769 | Use "unsigned long long" in wc for counter variables. |
770 | 770 | ||
771 | config WHO | 771 | config WHO |
772 | bool "who" | 772 | bool "who" |