Misc. typos

This commit is contained in:
luz.paz
2018-05-13 13:52:01 -04:00
committed by luz paz
parent ac6ae007b2
commit 6e64b4f75d
29 changed files with 44 additions and 44 deletions

View File

@@ -574,7 +574,7 @@ Py::Float BoundBoxPy::getZLength(void) const
Py::Float BoundBoxPy::getDiagonalLength(void) const
{
if (!getBoundBoxPtr()->IsValid())
throw Py::FloatingPointError("Cannot deterine diagonal length of invalid bounding box");
throw Py::FloatingPointError("Cannot determine diagonal length of invalid bounding box");
return Py::Float(getBoundBoxPtr()->CalcDiagonalLength());
}