From 7360d8aa6632b5445e7fa5a52fbf8610c41c18cd Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Mon, 19 Oct 2020 22:08:10 +0200 Subject: [PATCH] Fix a typo --- src/frontend/inpcom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/inpcom.c b/src/frontend/inpcom.c index 2524106a0..b1b734383 100644 --- a/src/frontend/inpcom.c +++ b/src/frontend/inpcom.c @@ -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 */ }