Improve error message

This commit is contained in:
Holger Vogt 2026-02-20 14:19:14 +01:00
parent e6de8cd648
commit 1877ce88bd
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ INPdevParse(char **line, CKTcircuit *ckt, int dev, GENinstance *fast,
errbuf = copy(" unknown parameter ($). Check the compatibility flag!\n");
}
else {
errbuf = tprintf(" unknown parameter (%s) \n", parameter);
errbuf = tprintf(" unknown instance parameter (%s) \n", parameter);
}
rtn = errbuf;
goto quit;