Cleanup: spelling in comments

This commit is contained in:
2021-08-12 14:34:43 +10:00
parent 1ef275963d
commit c741558509
6 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) {
/* Co-linear. */
/* Collinear. */
Py_RETURN_NONE;
}