Cleanup: spelling

This commit is contained in:
2015-08-22 21:17:32 +10:00
parent c1c07b68b8
commit 58c9a0b11a
8 changed files with 13 additions and 13 deletions

View File

@@ -522,8 +522,8 @@ static PyObject *py_bvhtree_overlap(PyBVHTree *self, PyBVHTree *other)
item = PyTuple_New(2);
PyTuple_SET_ITEMS(item,
PyLong_FromLong(overlap[i].indexA),
PyLong_FromLong(overlap[i].indexB));
PyLong_FromLong(overlap[i].indexA),
PyLong_FromLong(overlap[i].indexB));
PyList_Append(ret, item);
Py_DECREF(item);