typo cleanup, no functional changes.

This commit is contained in:
2012-02-24 06:44:04 +00:00
parent 6b85b96952
commit 1fbd91b8a1
10 changed files with 39 additions and 40 deletions

View File

@@ -385,7 +385,7 @@ PyDoc_STRVAR(bpy_bm_utils_face_join_doc,
"\n"
" :arg faces: Sequence of faces .\n"
" :type faces: :class:`bmesh.types.BMFace`\n"
" :return: The newly created face or None on failier.\n"
" :return: The newly created face or None on failure.\n"
" :rtype: :class:`bmesh.types.BMFace`\n"
);
static PyObject *bpy_bm_utils_face_join(PyObject *UNUSED(self), PyObject *value)