From 838612467e606fa74dc54ba56f510ffca164bb6f Mon Sep 17 00:00:00 2001 From: rlar Date: Sun, 1 May 2011 20:20:58 +0000 Subject: [PATCH] spelling fixes from debian, thank you ! --- ChangeLog | 6 ++++++ src/frontend/outitf.c | 2 +- src/spicelib/analysis/cktpzstr.c | 2 +- src/spicelib/devices/hisim/hsm1eval1_1.c | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9b68b932c..5d54d2049 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-01 Robert Larice + * src/frontend/outitf.c , + * src/spicelib/analysis/cktpzstr.c , + * src/spicelib/devices/hisim/hsm1eval1_1.c : + spelling fixes from debian, thank you ! + 2011-05-01 Robert Larice * src/spicelib/parser/inpdomod.c : mop up, in the shadow of the last commits diff --git a/src/frontend/outitf.c b/src/frontend/outitf.c index 7a93d7a3a..21e3b8c1d 100644 --- a/src/frontend/outitf.c +++ b/src/frontend/outitf.c @@ -292,7 +292,7 @@ beginPlot(JOB *analysisPtr, CKTcircuit *circuitPtr, char *cktName, char *analNam }; if (parseSpecial(tmpname, namebuf, parambuf, depbuf)) { if (*depbuf) { fprintf( stderr, - "Warning : unexpected dependant variable on %s\n", tmpname); + "Warning : unexpected dependent variable on %s\n", tmpname); } else { addSpecialDesc(run, tmpname, namebuf, parambuf, depind); } diff --git a/src/spicelib/analysis/cktpzstr.c b/src/spicelib/analysis/cktpzstr.c index 1cdfad932..f709889cd 100644 --- a/src/spicelib/analysis/cktpzstr.c +++ b/src/spicelib/analysis/cktpzstr.c @@ -396,7 +396,7 @@ PZeval(int strat, PZtrial **set, PZtrial **new_trial_p) break; default: - MERROR(E_PANIC, "Step type unkown"); + MERROR(E_PANIC, "Step type unknown"); break; } diff --git a/src/spicelib/devices/hisim/hsm1eval1_1.c b/src/spicelib/devices/hisim/hsm1eval1_1.c index 72f02c221..9126936a1 100644 --- a/src/spicelib/devices/hisim/hsm1eval1_1.c +++ b/src/spicelib/devices/hisim/hsm1eval1_1.c @@ -1231,7 +1231,7 @@ start_of_routine: * - Psa : Analytical solution of * Cox( Vgp - Psa ) = cnst0 * Qacc * where Qacc is the 3-dgree series of (fdep)^{1/2}. -* The unkown is transformed to Chi=beta(Ps0-Vbs). +* The unknown is transformed to Chi=beta(Ps0-Vbs). * - Ps0_min : |Ps0_min| when Vbs=0. *-----------------*/