aboutsummaryrefslogtreecommitdiff
path: root/libbb/getopt32.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-08-16 10:37:49 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-08-16 10:37:49 +0000
commita0319ba936236433e6b8c3a96e890c3531effbc9 (patch)
tree491305edf82994ef5a2f7ce915b91481bd63c6ef /libbb/getopt32.c
parent6a2f7f41cf7c544d6abce958f89c873b24f79b18 (diff)
downloadbusybox-a0319ba936236433e6b8c3a96e890c3531effbc9.tar.gz
hdparm: shrink rodata by ~250 bytes
Diffstat (limited to 'libbb/getopt32.c')
-rw-r--r--libbb/getopt32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/getopt32.c b/libbb/getopt32.c
index c09956940..3e1299fc3 100644
--- a/libbb/getopt32.c
+++ b/libbb/getopt32.c
@@ -211,7 +211,7 @@ Special characters:
For example:
The cut applet must have only one type of list specified, so
- -b, -c and -f are mutally exclusive and should raise an error
+ -b, -c and -f are mutually exclusive and should raise an error
if specified together. In this case you must set
opt_complementary = "b--cf:c--bf:f--bc". If two of the
mutually exclusive options are found, getopt32 will call