Misc. typos

Found via `codespell`
This commit is contained in:
luz.paz
2018-04-23 13:21:12 -04:00
committed by Yorik van Havre
parent 8f29943462
commit 9167064fc1
83 changed files with 112 additions and 112 deletions

View File

@@ -1020,7 +1020,7 @@ Expression * FunctionExpression::eval() const
if (!v2->getUnit().isEmpty())
throw ExpressionError("Exponent is not allowed to have a unit.");
// Compute new unit for exponentation
// Compute new unit for exponentiation
double exponent = v2->getValue();
if (!v1->getUnit().isEmpty()) {
if (exponent - boost::math::round(exponent) < 1e-9)