]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
misc-utils: fix typos
authorDavidlohr Bueso <dave@gnu.org>
Tue, 14 Feb 2012 11:13:12 +0000 (12:13 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 24 Feb 2012 13:15:39 +0000 (14:15 +0100)
Signed-off-by: Davidlohr Bueso <dave@gnu.org>
misc-utils/findmnt.c
misc-utils/whereis.c

index 91afaae13615fbca14e00bd6310d79896db614a7..77897d3bad34ec9291c7b58aa54477481784f46a 100644 (file)
@@ -1067,7 +1067,7 @@ int main(int argc, char *argv[])
                if (tabtype != TABTYPE_KERNEL)
                        errx_mutually_exclusive("--{poll,fstab,mtab}");
                if (ntabfiles > 1)
-                       errx(EXIT_FAILURE, _("--poll accepts only one file, but mure specified by --tab-file"));
+                       errx(EXIT_FAILURE, _("--poll accepts only one file, but more specified by --tab-file"));
        }
 
        if (optind < argc && (get_match(COL_SOURCE) || get_match(COL_TARGET)))
index 17bb2d478449f32c084dd779dc9d5f2096953ca9..4a123f1a7aca864ef96b98feac7a30b230e249cc 100644 (file)
@@ -147,7 +147,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out)
                " -M <dirs>  define man lookup path\n"
                " -s         search only sources path\n"
                " -S <dirs>  define sources lookup path\n"
-               " -u         search from unusual enties\n"
+               " -u         search from unusual entities\n"
                " -V         output version information and exit\n"
                " -h         display this help and exit\n\n"), out);