fix misspelling in comment
authorDenys Vlasenko <dvlasenk@redhat.com>
Mon, 22 Nov 2010 17:13:15 +0000 (18:13 +0100)
committerDenys 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

index eb998009d6f6ac4f5b1377f2dd3ba79f2d8c6190..25bae319ebbb9891bf0ba3334817d99c6d3847c5 100644 (file)
@@ -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"