* src/files.c (compute_output_file_names): s/would be both named/

/would both be named/.
Reported by Jim Meyering.
* tests/output.at (Clashing Output Files): Adjust.
This commit is contained in:
Akim Demaille
2002-03-12 16:52:21 +00:00
parent b8fae6b493
commit d7be63a140
18 changed files with 84 additions and 74 deletions

View File

@@ -456,7 +456,7 @@ compute_output_file_names (void)
else
parser_filename = stringappend (full_base_name, src_extension);
if (!strcmp (spec_defines_file, parser_filename))
fatal ("header and parser would be both named %s",
fatal ("header and parser would both be named %s",
quote (parser_filename));
}