From cfed2cc736ba8f093daa8d7b3ef36ddbd2cbe5f0 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 10 Aug 2011 21:12:56 +0200 Subject: [PATCH] hexdump: fix "beginnin" typo in usage message Signed-off-by: Benno Schulenberg --- text-utils/hexsyntax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); -- 2.47.3