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-09 15:55:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-08-09 15:55:38 +0300
commit6deb37474eb082400ccd9d0cac0459116f24aacf (patch)
tree0e85981502d395e7b11508fa3ffa52fae2bd78e0 /source/blender/python/mathutils/mathutils_geometry.c
parente2a411570e5597eb5d84743a2b658b75fe1c37e9 (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 c73dea79aac..3c0ea9a9566 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) {
- /* collinear */
+ /* Co-linear. */
Py_RETURN_NONE;
}