aboutsummaryrefslogtreecommitdiff
path: root/libbb/getopt32.c
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-11-22 18:13:15 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2010-11-22 18:13:15 +0100
commit29ca1591335b2a73522c2c3ef43daff63c71e8dc (patch)
treeb93dd5b2a1f875b2e15d34fe275c9a6121fe0f4f /libbb/getopt32.c
parent7b4c0fd5f4df4541a1659de04823326cd22c254e (diff)
downloadbusybox-29ca1591335b2a73522c2c3ef43daff63c71e8dc.tar.gz
fix misspelling in comment
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'libbb/getopt32.c')
-rw-r--r--libbb/getopt32.c2
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"