Cleanup: spelling

This commit is contained in:
2015-08-22 21:17:32 +10:00
parent c1c07b68b8
commit 58c9a0b11a
8 changed files with 13 additions and 13 deletions

View File

@@ -203,7 +203,7 @@ static PyObject *M_Geometry_intersect_line_line(PyObject *UNUSED(self), PyObject
}
if (result == 0) {
/* colinear */
/* collinear */
Py_RETURN_NONE;
}
else {