Cleanup: spelling in comments

This commit is contained in:
2021-08-09 22:55:12 +10:00
parent e2a411570e
commit 6deb37474e
7 changed files with 8 additions and 8 deletions

View File

@@ -201,7 +201,7 @@ static PyObject *M_Geometry_intersect_line_line(PyObject *UNUSED(self), PyObject
}
if (result == 0) {
/* collinear */
/* Co-linear. */
Py_RETURN_NONE;
}