diff options
Diffstat (limited to 'extra/locale/gen_ldc.c')
-rw-r--r-- | extra/locale/gen_ldc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/locale/gen_ldc.c b/extra/locale/gen_ldc.c index 08cd855af..2cedbddaf 100644 --- a/extra/locale/gen_ldc.c +++ b/extra/locale/gen_ldc.c @@ -162,7 +162,7 @@ int main(int argc, char **argv) if (argc == 2) output_file = argv[1]; if (!(lso = fopen(output_file, "w"))) { - printf("can't open output file '%s'!\n", output_file); + printf("cannot open output file '%s'!\n", output_file); return EXIT_FAILURE; } |