Browse Source

Fixed a typo. Thanks Charles.

pre-master-46
pnenzi 25 years ago
parent
commit
6013fda3ba
  1. 2
      src/spicelib/parser/inpdoopt.c

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

Loading…
Cancel
Save