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 8c0b574661
commit 505488c4f9
83 changed files with 112 additions and 112 deletions

View File

@@ -860,7 +860,7 @@ bool MeshGeomFacet::IsPointOf (const Base::Vector3f &P) const
double wv = w * v;
double det = fabs((uu * vv) - (uv * uv));
// Note: Due to roundoff errros it can happen that we get very small
// Note: Due to roundoff errors it can happen that we get very small
// negative values for s or t. This e.g. can happen if the point lies
// at the border of the facet. And as det could also become very small
// we need an adaptive tolerance.