Fix a typo

This commit is contained in:
Holger Vogt 2020-10-19 22:08:10 +02:00
parent 225f391de1
commit 7360d8aa66
1 changed files with 1 additions and 1 deletions

View File

@ -8509,7 +8509,7 @@ static void inp_check_syntax(struct card *deck)
}
else {
if (!check_ch) {
fprintf(stderr, "Warning: Unusal leading characters like '%c' or others out of '= [] ? () & %% $\"!:,'\n", *cut_line);
fprintf(stderr, "Warning: Unusual leading characters like '%c' or others out of '= [] ? () & %% $\"!:,'\n", *cut_line);
fprintf(stderr, " in netlist or included files, will be replaced with '*'\n");
check_ch = 1; /* just one warning */
}