Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-08-12 07:34:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-08-12 07:34:43 +0300
commitc741558509a35317209bbfd3ff77c413f791a47c (patch)
tree9a0ed82b338ca002283058c87282d26478eef3ae /source/blender/python/mathutils/mathutils_geometry.c
parent1ef275963d1cfa257de184f38a2abb04a5df3ac7 (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/python/mathutils/mathutils_geometry.c')
-rw-r--r--source/blender/python/mathutils/mathutils_geometry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/mathutils/mathutils_geometry.c b/source/blender/python/mathutils/mathutils_geometry.c
index 3c0ea9a9566..5868c76b28f 100644
--- a/source/blender/python/mathutils/mathutils_geometry.c
+++ b/source/blender/python/mathutils/mathutils_geometry.c
@@ -201,7 +201,7 @@ static PyObject *M_Geometry_intersect_line_line(PyObject *UNUSED(self), PyObject
}
if (result == 0) {
- /* Co-linear. */
+ /* Collinear. */
Py_RETURN_NONE;
}