From 10ad622dc2a9fb6563fab13719ead8baf15ff9e4 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 17 Apr 2017 16:13:32 +0200 Subject: Spelling fixes in comments, documentation, tests and examples By klemens Signed-off-by: Denys Vlasenko --- libbb/getopt32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb/getopt32.c') 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 "abc" If groups of two or more chars are specified, the first char is the main option and the other chars are secondary options. Their flags will be turned on if the main option is found even - if they are not specifed on the command line. For example: + if they are not specified on the command line. For example: opt_complementary = "abc"; flags = getopt32(argv, "abcd") -- cgit v1.2.3