Cleanup: spelling

Also remove historic bftgl reference.
This commit is contained in:
2019-10-17 12:19:59 +11:00
parent e7c02f14c7
commit 76e6d2f19d
6 changed files with 12 additions and 12 deletions

View File

@@ -436,7 +436,7 @@ PyTypeObject PyKDTree_Type = {
(destructor)NULL, /* tp_del */
};
PyDoc_STRVAR(py_kdtree_doc, "Generic 3-dimentional kd-tree to perform spatial searches.");
PyDoc_STRVAR(py_kdtree_doc, "Generic 3-dimensional kd-tree to perform spatial searches.");
static struct PyModuleDef kdtree_moduledef = {
PyModuleDef_HEAD_INIT,
"mathutils.kdtree", /* m_name */