diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-04-17 16:13:32 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-04-17 16:13:32 +0200 |
commit | 10ad622dc2a9fb6563fab13719ead8baf15ff9e4 (patch) | |
tree | 82312d6f38a517dcc7c0004f78d76c667f5a674b /libbb | |
parent | d85352b4ff51694cb35b429e4cef53302c9e7076 (diff) | |
download | busybox-w32-10ad622dc2a9fb6563fab13719ead8baf15ff9e4.tar.gz busybox-w32-10ad622dc2a9fb6563fab13719ead8baf15ff9e4.tar.bz2 busybox-w32-10ad622dc2a9fb6563fab13719ead8baf15ff9e4.zip |
Spelling fixes in comments, documentation, tests and examples
By klemens <ka7@github.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb')
-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 3104826ef..b87b83538 100644 --- a/libbb/getopt32.c +++ b/libbb/getopt32.c | |||
@@ -128,7 +128,7 @@ const char *opt_complementary | |||
128 | "abc" If groups of two or more chars are specified, the first char | 128 | "abc" If groups of two or more chars are specified, the first char |
129 | is the main option and the other chars are secondary options. | 129 | is the main option and the other chars are secondary options. |
130 | Their flags will be turned on if the main option is found even | 130 | Their flags will be turned on if the main option is found even |
131 | if they are not specifed on the command line. For example: | 131 | if they are not specified on the command line. For example: |
132 | 132 | ||
133 | opt_complementary = "abc"; | 133 | opt_complementary = "abc"; |
134 | flags = getopt32(argv, "abcd") | 134 | flags = getopt32(argv, "abcd") |