From 486dd587d09665babae418537306d6d7c62c2684 Mon Sep 17 00:00:00 2001 From: Carsten Schoenert Date: Sat, 1 Jan 2022 10:06:32 +0100 Subject: [PATCH] spelling: Fix misspelled word Instnace --- src/frontend/inpc_probe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/inpc_probe.c b/src/frontend/inpc_probe.c index 6c3fbdf8e..f1447a48d 100644 --- a/src/frontend/inpc_probe.c +++ b/src/frontend/inpc_probe.c @@ -343,7 +343,7 @@ void inp_probe(struct card* deck) char* thisline = tmpcard1->line; numnodes1 = get_number_terminals(thisline); if (numnodes1 != 2) { - fprintf(stderr, "Warning: Instnace %s has more than 2 nodes,\n .probe %s will be ignored\n", instname1, wltmp->wl_word); + fprintf(stderr, "Warning: Instance %s has more than 2 nodes,\n .probe %s will be ignored\n", instname1, wltmp->wl_word); tfree(instname1); continue; }