From da5f86c50b8851dc6799866bcbf11c6f0c848404 Mon Sep 17 00:00:00 2001 From: rlar Date: Fri, 22 Jan 2016 18:19:25 +0100 Subject: [PATCH] spicelib/analysis/transetp.c, fix typo, `TST0P' -> `TSTOP' --- src/spicelib/analysis/transetp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spicelib/analysis/transetp.c b/src/spicelib/analysis/transetp.c index 58dca1606..7fb718fbf 100644 --- a/src/spicelib/analysis/transetp.c +++ b/src/spicelib/analysis/transetp.c @@ -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); }