code cleanup: spelling

This commit is contained in:
2012-05-20 21:23:26 +00:00
parent deac41506f
commit 3896ad4cbb
24 changed files with 31 additions and 31 deletions

View File

@@ -1702,7 +1702,7 @@ static int pyrna_py_to_prop(PointerRNA *ptr, PropertyRNA *prop, void *data, PyOb
/* this is really nasty!, so we can fake the operator having direct properties eg:
* layout.prop(self, "filepath")
* ... which infact should be
* ... which in fact should be
* layout.prop(self.properties, "filepath")
*
* we need to do this trick.