From: Davidlohr Bueso Date: Tue, 14 Feb 2012 11:13:12 +0000 (+0100) Subject: misc-utils: fix typos X-Git-Tag: v2.22-rc1~757 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aec5c2a6266ba071d9312d679b87862964af0f43;p=thirdparty%2Futil-linux.git misc-utils: fix typos Signed-off-by: Davidlohr Bueso --- diff --git a/misc-utils/findmnt.c b/misc-utils/findmnt.c index 91afaae136..77897d3bad 100644 --- a/misc-utils/findmnt.c +++ b/misc-utils/findmnt.c @@ -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))) diff --git a/misc-utils/whereis.c b/misc-utils/whereis.c index 17bb2d4784..4a123f1a7a 100644 --- a/misc-utils/whereis.c +++ b/misc-utils/whereis.c @@ -147,7 +147,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out) " -M define man lookup path\n" " -s search only sources path\n" " -S 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);