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>2014-01-13 07:53:41 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-13 08:31:57 +0400
commit61ff3dfdda3aa80323fb2c0324e1813a7b136a88 (patch)
tree82089c8d8c513b68999e3d99f4135ec24e8fef8b /source/blender/python/mathutils/mathutils_geometry.c
parent717bf85545989eb91d429108202294da24cbb565 (diff)
Code Cleanup: spelling
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 10f4e576ceb..16f51bdd34f 100644
--- a/source/blender/python/mathutils/mathutils_geometry.c
+++ b/source/blender/python/mathutils/mathutils_geometry.c
@@ -1103,7 +1103,7 @@ PyDoc_STRVAR(M_Geometry_points_in_planes_doc,
"\n"
" :arg planes: List of planes (4D vectors).\n"
" :type planes: list of :class:`mathutils.Vector`\n"
-" :return: two lists, once containing the vertices inside the planes, another containing the plane indicies used\n"
+" :return: two lists, once containing the vertices inside the planes, another containing the plane indices used\n"
" :rtype: pair of lists\n"
);
/* note: this function could be optimized by some spatial structure */