correct typos found by linthian
This commit is contained in:
parent
840d00c4ca
commit
8276ef7b58
|
|
@ -2340,7 +2340,7 @@ kept only for historical reasons.
|
|||
2013-07-12 h_vogt <h_vogt>
|
||||
* src/misc/misc_time.c,
|
||||
* src/misc/misc_time.h:
|
||||
misc_time.c: make timediff always availabe when timeb.h is found
|
||||
misc_time.c: make timediff always available when timeb.h is found
|
||||
|
||||
2013-07-07 dwarning <dwarning>
|
||||
* src/spicelib/parser/inp2y.c:
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ com_ghelp(wordlist *wl)
|
|||
|
||||
NG_IGNORE(wl);
|
||||
|
||||
(void) printf("Internal help is no longer avaialable!\n"
|
||||
(void) printf("Internal help is no longer available!\n"
|
||||
"For the latest official ngspice manual in PDF format, "
|
||||
"please see\n"
|
||||
" http://ngspice.sourceforge.net/docs/ngspice-manual.pdf\n"
|
||||
|
|
|
|||
|
|
@ -610,7 +610,7 @@ struct comm spcp_coms[] = {
|
|||
{ "check_ifparm", com_check_ifparm, TRUE, FALSE,
|
||||
{ 0, 0, 0, 0 }, E_DEFHMASK, 0, 0,
|
||||
NULL,
|
||||
": Check model ifparm descriptors (for developpers)" },
|
||||
": Check model ifparm descriptors (for developers)" },
|
||||
#endif
|
||||
{ NULL, NULL, FALSE, FALSE,
|
||||
{ 0, 0, 0, 0 }, E_DEFHMASK, 0, LOTS,
|
||||
|
|
|
|||
|
|
@ -202,9 +202,9 @@ PS_NewViewport(GRAPH *graph)
|
|||
fprintf(plotfile, "%%%%Creator: nutmeg\n");
|
||||
fprintf(plotfile, "%%%%BoundingBox: %d %d %d %d\n", x1, y1, x2, y2);
|
||||
|
||||
/* ReEncoding to allow 'extended asccii'
|
||||
/* Re-encoding to allow 'extended asccii'
|
||||
* thanks to http://apps.jcns.fz-juelich.de/doku/sc/ps-latin/ */
|
||||
fprintf(plotfile, "/ReEncode { %% inFont outFont encoding | -\n");
|
||||
fprintf(plotfile, "/Re-encode { %% inFont outFont encoding | -\n");
|
||||
fprintf(plotfile, " /MyEncoding exch def\n");
|
||||
fprintf(plotfile, " exch findfont\n");
|
||||
fprintf(plotfile, " dup length dict\n");
|
||||
|
|
@ -215,7 +215,7 @@ PS_NewViewport(GRAPH *graph)
|
|||
fprintf(plotfile, " end\n");
|
||||
fprintf(plotfile, " definefont\n");
|
||||
fprintf(plotfile, "} def\n");
|
||||
fprintf(plotfile, "/%s /%sLatin1 ISOLatin1Encoding ReEncode\n", psfont, psfont);
|
||||
fprintf(plotfile, "/%s /%sLatin1 ISOLatin1Encoding Re-encode\n", psfont, psfont);
|
||||
|
||||
fprintf(plotfile, "%g %g scale\n", 1.0 / scale, 1.0 / scale);
|
||||
if (colorflag == 1) {
|
||||
|
|
|
|||
|
|
@ -316,7 +316,7 @@ module hic0_full (c,b,e,s,tnode);
|
|||
parameter real kf = 0.0 from [0:`INF) `P(spice:name="kf" info="flicker noise coefficient" unit="M^(1-AF)");
|
||||
parameter real af = 2.0 from (0:10] `P(spice:name="af" info="flicker noise exponent factor");
|
||||
|
||||
// Temperature dependance
|
||||
// Temperature dependence
|
||||
parameter real vgb = 1.2 from (0:10] `P(spice:name="vgb" info="Bandgap-voltage" unit="V" test:value="1.17");
|
||||
parameter real vge = 1.17 from (0:10] `P(spice:name="vge" info="Effective emitter bandgap-voltage" unit="V" test:value="1.07");
|
||||
parameter real vgc = 1.17 from (0:10] `P(spice:name="vgc" info="Effective collector bandgap-voltage" unit="V" test:value="1.14");
|
||||
|
|
|
|||
|
|
@ -145,7 +145,7 @@ int HSMHV2setup(
|
|||
printf("HiSIM_HV(%s): 2.20 is selected for VERSION. (default) \n",model->HSMHV2modName);
|
||||
model->HSMHV2_subversion = 2 ;
|
||||
} else {
|
||||
printf("warning(HiSIM_HV(%s)): invalid version %s is specified, reseted 2.20 \n",
|
||||
printf("warning(HiSIM_HV(%s)): invalid version %s is specified, reset to 2.20 \n",
|
||||
model->HSMHV2modName,model->HSMHV2_version);
|
||||
model->HSMHV2_subversion = 2 ;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -197,7 +197,7 @@ MUTtemp(GENmodel *inModel, CKTcircuit *ckt)
|
|||
if (ind->INDinduct < 0)
|
||||
fprintf(stderr, " %s < 0\n", ind->INDname);
|
||||
if (repetitions)
|
||||
fprintf(stderr, "has dupplicate K instances\n");
|
||||
fprintf(stderr, "has duplicate K instances\n");
|
||||
if (expect && ckt->CKTindverbosity > 1)
|
||||
fprintf(stderr, "has an incomplete set of K couplings, (missing ones are implicitly 0)\n");
|
||||
fprintf(stderr, "\n");
|
||||
|
|
|
|||
Loading…
Reference in New Issue