Fixed a typo. Thanks Charles.

This commit is contained in:
pnenzi 2001-11-27 10:29:51 +00:00
parent e2e71a7e4d
commit 6013fda3ba
1 changed files with 1 additions and 1 deletions

View File

@ -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;