summaryrefslogtreecommitdiff
path: root/extra/locale/gen_locale.c
diff options
context:
space:
mode:
Diffstat (limited to 'extra/locale/gen_locale.c')
-rw-r--r--extra/locale/gen_locale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/locale/gen_locale.c b/extra/locale/gen_locale.c
index 200e63095..936883e70 100644
--- a/extra/locale/gen_locale.c
+++ b/extra/locale/gen_locale.c
@@ -584,7 +584,7 @@ int main(int argc, char **argv)
if (argc == 3)
output_file = *++argv;
if (output_file == NULL || !(ofp = fopen(output_file, "w"))) {
- printf("error: can not open outputfile '%s' for writing!\n",
+ printf("cannot open output file '%s'!\n",
output_file);
return EXIT_FAILURE;
}