diff --git a/src/spicelib/parser/inpdoopt.c b/src/spicelib/parser/inpdoopt.c index ac0becc7e..774e5ecdb 100644 --- a/src/spicelib/parser/inpdoopt.c +++ b/src/spicelib/parser/inpdoopt.c @@ -45,7 +45,7 @@ INPdoOpts(ckt,anal,optCard,tab) } if(which == -1) { optCard->error = INPerrCat(optCard->error,INPmkTemp( - "errr: analysis options table not found\n")); + "error: analysis options table not found\n")); return; } line = optCard->line;