Skip to content

Commit

Permalink
[Doc] Fix some spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
speth authored and ischoegl committed Aug 7, 2023
1 parent ac6f49c commit 1f580a3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/sphinx/yaml/reactions.rst
Expand Up @@ -209,7 +209,7 @@ Example::
``Blowers-Masel``
-----------------

Includes the fields of an :ref:`elemntary <sec-yaml-elementary>` reaction, except that
Includes the fields of an :ref:`elementary <sec-yaml-elementary>` reaction, except that
the ``rate-constant`` field is a
:ref:`Blowers-Masel-type <sec-yaml-Blowers-Masel-rate>` list or mapping.

Expand Down
2 changes: 1 addition & 1 deletion include/cantera/thermo/CoverageDependentSurfPhase.h
Expand Up @@ -65,7 +65,7 @@ namespace Cantera
* ## Mathematical Models for Coverage-dependent Correction Terms
*
* Coverage-dependent correction terms for enthalpy and entropy can be calculated
* with one of the four algebraic models: linear dependecy model, polynomial
* with one of the four algebraic models: linear dependency model, polynomial
* dependency model, piecewise-linear, and interpolative dependency model.
* In the dependency model equations, a coverage-dependent correction term is denoted
* by @f$ f^{cov} @f$ where @f$ f @f$ can be either enthalpy (@f$ h^{cov} @f$) or
Expand Down
2 changes: 1 addition & 1 deletion include/cantera/thermo/HMWSoln.h
Expand Up @@ -270,7 +270,7 @@ class WaterProps;
* A_\psi @f$, where *k* is a constant. For electrolytes other than 2-2
* electrolytes the @f$ \beta^{(2)}_{ca} g(\alpha^{(2)}_{ca} \sqrt{I}) @f$ term
* is not used in the fitting procedure; it is only used for divalent metal
* solfates and other high-valence electrolytes which exhibit significant
* sulfates and other high-valence electrolytes which exhibit significant
* association at low ionic strengths.
*
* The @f$ \beta^{(0)}_{ca} @f$, @f$ \beta^{(1)}_{ca} @f$, @f$ \beta^{(2)}_{ca}
Expand Down
2 changes: 1 addition & 1 deletion include/cantera/thermo/PlasmaPhase.h
Expand Up @@ -138,7 +138,7 @@ class PlasmaPhase: public IdealGasPhase
return m_quadratureMethod;
}

//! Set numerical quadrature method for intergating electron
//! Set numerical quadrature method for integrating electron
//! energy distribution function. Method: #m_quadratureMethod
void setQuadratureMethod(const string& method) {
m_quadratureMethod = method;
Expand Down
2 changes: 1 addition & 1 deletion include/cantera/zeroD/ReactorNet.h
Expand Up @@ -217,7 +217,7 @@ class ReactorNet : public FuncEval

//! eval coupling for IDA / DAEs
virtual void evalDae(double t, double* y, double* ydot, double* p,
double* residaul);
double* residual);

virtual void getState(double* y);
virtual void getStateDae(double* y, double* ydot);
Expand Down

0 comments on commit 1f580a3

Please sign in to comment.