projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b4c0fd
)
fix misspelling in comment
author
Denys Vlasenko
<dvlasenk@redhat.com>
Mon, 22 Nov 2010 17:13:15 +0000
(18:13 +0100)
committer
Denys Vlasenko
<dvlasenk@redhat.com>
Mon, 22 Nov 2010 17:13:15 +0000
(18:13 +0100)
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
libbb/getopt32.c
patch
|
blob
|
history
diff --git
a/libbb/getopt32.c
b/libbb/getopt32.c
index eb998009d6f6ac4f5b1377f2dd3ba79f2d8c6190..25bae319ebbb9891bf0ba3334817d99c6d3847c5 100644
(file)
--- 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 occur
r
ences 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"