spelling fixes from debian, thank you !
This commit is contained in:
parent
2ac219221c
commit
838612467e
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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…
Reference in New Issue