From 4e1cda9885a6ef508396a8f60c292350af8f3f3d Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Wed, 31 Jul 2019 13:27:19 +0200 Subject: Spelling fixes in comments and descriptions, patch by luzpaz Differential Revision: https://developer.blender.org/D5240 --- space_view3d_copy_attributes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'space_view3d_copy_attributes.py') diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py index 7037354c..f75d185b 100644 --- a/space_view3d_copy_attributes.py +++ b/space_view3d_copy_attributes.py @@ -144,7 +144,7 @@ def pLoopExec(self, context, funk): funk(bone, active, context) -# The following functions are used o copy attributes from active to bone +# The following functions are used to copy attributes from active to bone def pLocLocExec(bone, active, context): bone.location = active.location @@ -316,7 +316,7 @@ def world_to_basis(active, ob, context): return(mat) -# The following functions are used o copy attributes from +# The following functions are used to copy attributes from # active to selected object def obLoc(ob, active, context): -- cgit v1.2.3