spicelib/analysis/transetp.c, fix typo, `TST0P' -> `TSTOP'

This commit is contained in:
rlar 2016-01-22 18:19:25 +01:00
parent 356a262f7f
commit da5f86c50b
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ TRANsetParm(CKTcircuit *ckt, JOB *anal, int which, IFvalue *value)
case TRAN_TSTOP:
if (value->rValue <= 0.0) {
errMsg = copy("TST0P is invalid, must be greater than zero.");
errMsg = copy("TSTOP is invalid, must be greater than zero.");
job->TRANfinalTime = 1.0;
return(E_PARMVAL);
}