cleanup: typos

This commit is contained in:
2015-02-27 15:41:50 +11:00
parent cfd176bcb1
commit 7293291a40
13 changed files with 29 additions and 29 deletions

View File

@@ -124,7 +124,7 @@ class NodeAddOperator:
result = self.execute(context)
if self.use_transform and ('FINISHED' in result):
# removes the node again if transform is cancelled
# removes the node again if transform is canceled
bpy.ops.transform.translate('INVOKE_DEFAULT', remove_on_cancel=True)
return result