Cleanup: spelling

This commit is contained in:
2020-07-22 11:46:27 +10:00
parent 7fc9666c89
commit 83cb4f5f8f
3 changed files with 8 additions and 8 deletions

View File

@@ -61,7 +61,7 @@ bool RNA_property_overridable_get(PointerRNA *ptr, PropertyRNA *prop)
/* Special handling for insertions of constraints or modifiers... */
/* TODO Note We may want to add a more generic system to RNA
* (like a special property in struct of items)
* if we get more override-able collections,
* if we get more overrideable collections,
* for now we can live with those special-cases handling I think. */
if (RNA_struct_is_a(ptr->type, &RNA_Constraint)) {
bConstraint *con = ptr->data;