From: Karel Zak Date: Mon, 20 Jul 2009 08:31:27 +0000 (+0200) Subject: scriptreplay: fix typo in error message X-Git-Tag: v2.16.1~93 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=91b72e09a483f44318b1f824c03f6f6ad30cc15c;p=thirdparty%2Futil-linux.git scriptreplay: fix typo in error message Signed-off-by: Karel Zak --- diff --git a/misc-utils/scriptreplay.c b/misc-utils/scriptreplay.c index 8a254de9d3..e13edf37e2 100644 --- a/misc-utils/scriptreplay.c +++ b/misc-utils/scriptreplay.c @@ -163,7 +163,7 @@ main(int argc, char *argv[]) err(EXIT_FAILURE, _("failed to read timing file %s"), tname); errx(EXIT_FAILURE, - _("timings file %s: %lu: expected format"), + _("timings file %s: %lu: unexpected format"), tname, line); } delay /= divi;