]> err.no Git - util-linux/commitdiff
scriptreplay: fix typo in error message
authorKarel Zak <kzak@redhat.com>
Mon, 20 Jul 2009 08:31:27 +0000 (10:31 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 20 Jul 2009 08:31:27 +0000 (10:31 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/scriptreplay.c

index 8a254de9d3076b11b8767cb0c6ead93e656c6fec..e13edf37e2f9d51610070cffe23bb65a2ae55591 100644 (file)
@@ -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;