From: Denys Vlasenko Date: Mon, 22 Nov 2010 17:13:15 +0000 (+0100) Subject: fix misspelling in comment X-Git-Tag: 1_18_0~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=29ca1591335b2a73522c2c3ef43daff63c71e8dc;p=oweals%2Fbusybox.git fix misspelling in comment Signed-off-by: Denys Vlasenko --- 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"