]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
include/optutils: fix typo
authorKarel Zak <kzak@redhat.com>
Thu, 28 Aug 2014 06:39:54 +0000 (08:39 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 28 Aug 2014 06:39:54 +0000 (08:39 +0200)
Reported-by: Rafael Ferreira <rafael.f.f1@gmail.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
include/optutils.h

index fd5dde39b41770db237e8c3e8d6566e8cacf9a58..99ad7e4b425404bf43c6f936d91b6f4882ac1f1d 100644 (file)
@@ -78,7 +78,7 @@ static inline void err_exclusive_options(
                        else if (status[e] != c) {
                                size_t ct = 0;
 
-                               fprintf(stderr, _("%s: these options are"
+                               fprintf(stderr, _("%s: these options are "
                                                  "mutually exclusive:"),
                                                program_invocation_short_name);