From 0e4d91bd31869b6f67e9284e1de3d470e10a3156 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Sat, 23 Sep 2006 10:14:27 +0000 Subject: Updated to fedora-glibc-20060923T0946 --- timezone/zdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'timezone') diff --git a/timezone/zdump.c b/timezone/zdump.c index 45ce64157c..d525da1bae 100644 --- a/timezone/zdump.c +++ b/timezone/zdump.c @@ -389,7 +389,7 @@ _("%s: usage is %s [ --version ] [ -v ] [ -c [loyear,]hiyear ] zonename ...\n"), } if (fflush(stdout) || ferror(stdout)) { (void) fprintf(stderr, "%s: ", progname); - (void) perror(_("Error writing standard output")); + (void) perror(_("Error writing to standard output")); exit(EXIT_FAILURE); } exit(EXIT_SUCCESS); -- cgit v1.2.3