From d2587f6f930cd858c0d646c2bdd5242ed2506cdf Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 16 Jun 2020 16:50:23 +1000 Subject: Cleanup: unused headers, spelling --- source/blender/editors/armature/armature_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/armature') diff --git a/source/blender/editors/armature/armature_utils.c b/source/blender/editors/armature/armature_utils.c index cf7f6699e5e..34f2b4f12be 100644 --- a/source/blender/editors/armature/armature_utils.c +++ b/source/blender/editors/armature/armature_utils.c @@ -392,7 +392,7 @@ void armature_tag_unselect(bArmature *arm) void ED_armature_ebone_transform_mirror_update(bArmature *arm, EditBone *ebo, bool check_select) { /* TODO When this function is called by property updates, - * cancelling the value change will not restore mirrored bone correctly. */ + * canceling the value change will not restore mirrored bone correctly. */ /* Currently check_select==true when this function is called from a transform operator, * eg. from 3d viewport. */ -- cgit v1.2.3