diff options
author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-11-22 18:13:15 +0100 |
---|---|---|
committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-11-22 18:13:15 +0100 |
commit | 29ca1591335b2a73522c2c3ef43daff63c71e8dc (patch) | |
tree | b93dd5b2a1f875b2e15d34fe275c9a6121fe0f4f /libbb/getopt32.c | |
parent | 7b4c0fd5f4df4541a1659de04823326cd22c254e (diff) |
fix misspelling in comment
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'libbb/getopt32.c')
-rw-r--r-- | libbb/getopt32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/getopt32.c b/libbb/getopt32.c index eb998009d..25bae319e 100644 --- a/libbb/getopt32.c +++ b/libbb/getopt32.c @@ -115,7 +115,7 @@ const char *opt_complementary found. "ww" Adjacent double options have a counter associated which indicates - the number of occurences of the option. + the number of occurrences of the option. For example the ps applet needs: if w is given once, GNU ps sets the width to 132, if w is given more than once, it is "unlimited" |