From: Davidlohr Bueso Date: Tue, 14 Feb 2012 11:13:16 +0000 (+0100) Subject: more: fix typos X-Git-Tag: v2.22-rc1~755 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caea4f7da616baf1583353a6b009ae6c4b05a5ef;p=thirdparty%2Futil-linux.git more: fix typos Signed-off-by: Davidlohr Bueso --- diff --git a/text-utils/more.c b/text-utils/more.c index d68b40ef96..32eb765e9b 100644 --- a/text-utils/more.c +++ b/text-utils/more.c @@ -303,7 +303,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE *out) " -d display help instead of ring bell\n" " -f count logical, rather than screen lines\n" " -l suppress pause after form feed\n" - " -p suppress scroll, clean screen and disblay text\n" + " -p suppress scroll, clean screen and display text\n" " -c suppress scroll, display text and clean line ends\n" " -u suppress underlining\n" " -s squeeze multiple blank lines into one\n"