Browse Source

spelling fixes from debian, thank you !

pre-master-46
rlar 15 years ago
parent
commit
838612467e
  1. 6
      ChangeLog
  2. 2
      src/frontend/outitf.c
  3. 2
      src/spicelib/analysis/cktpzstr.c
  4. 2
      src/spicelib/devices/hisim/hsm1eval1_1.c

6
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

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

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

2
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.
*-----------------*/

Loading…
Cancel
Save