From 1d23119072a3a117e7bb83694bd30b9d50961374 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 6 Aug 2014 22:35:06 +0200 Subject: textual: remove some inconsistent periods from error messages While doing so, also improve translatability and some wordings. Signed-off-by: Benno Schulenberg --- text-utils/hexdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text-utils/hexdump.c') diff --git a/text-utils/hexdump.c b/text-utils/hexdump.c index ec9fecbec..50b593eb6 100644 --- a/text-utils/hexdump.c +++ b/text-utils/hexdump.c @@ -194,7 +194,7 @@ int main(int argc, char **argv) argv += parse_args(argc, argv, hex); } else errx(EXIT_FAILURE, _("calling hexdump as od has been deprecated " - "in favour to GNU coreutils od.")); + "in favor of GNU coreutils od")); /* figure out the data block size */ hex->blocksize = 0; -- cgit v1.2.3-55-g7522