From 61ff3dfdda3aa80323fb2c0324e1813a7b136a88 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 13 Jan 2014 14:53:41 +1100 Subject: Code Cleanup: spelling --- source/blender/python/mathutils/mathutils_geometry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python/mathutils/mathutils_geometry.c') 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 */ -- cgit v1.2.3