From a0319ba936236433e6b8c3a96e890c3531effbc9 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 16 Aug 2007 10:37:49 +0000 Subject: hdparm: shrink rodata by ~250 bytes --- coreutils/dos2unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/dos2unix.c') diff --git a/coreutils/dos2unix.c b/coreutils/dos2unix.c index 00688aac2..1bfdf0cde 100644 --- a/coreutils/dos2unix.c +++ b/coreutils/dos2unix.c @@ -91,7 +91,7 @@ int dos2unix_main(int argc, char **argv) } /* -u convert to unix, -d convert to dos */ - opt_complementary = "u--d:d--u"; /* mutally exclusive */ + opt_complementary = "u--d:d--u"; /* mutually exclusive */ o = getopt32(argc, argv, "du"); /* Do the conversion requested by an argument else do the default -- cgit v1.2.3