From: Benno Schulenberg Date: Wed, 10 Aug 2011 19:12:56 +0000 (+0200) Subject: hexdump: fix "beginnin" typo in usage message X-Git-Tag: v2.20-rc2~65 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cfed2cc736ba8f093daa8d7b3ef36ddbd2cbe5f0;p=thirdparty%2Futil-linux.git hexdump: fix "beginnin" typo in usage message Signed-off-by: Benno Schulenberg --- diff --git a/text-utils/hexsyntax.c b/text-utils/hexsyntax.c index 211e5d55a4..5cdd1de962 100644 --- a/text-utils/hexsyntax.c +++ b/text-utils/hexsyntax.c @@ -145,7 +145,7 @@ void __attribute__((__noreturn__)) usage(FILE *out) " -e format format string to be used for displaying data\n" " -f format_file file that contains format strings\n" " -n length interpret only length bytes of input\n" - " -s offset skip offset bytes from the beginnin\n" + " -s offset skip offset bytes from the beginning\n" " -v display without squeezing similar lines\n" " -V output version information and exit\n\n"));