From 8574d68aa0ea123bf3f37ca36fd41b7dcf26403f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 6 Mar 2020 11:40:37 +1100 Subject: Cleanup: spelling --- source/blender/editors/armature/armature_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/armature/armature_utils.c') diff --git a/source/blender/editors/armature/armature_utils.c b/source/blender/editors/armature/armature_utils.c index 451148ed936..a291bbc66e8 100644 --- a/source/blender/editors/armature/armature_utils.c +++ b/source/blender/editors/armature/armature_utils.c @@ -677,7 +677,7 @@ static void armature_finalize_restpose(ListBase *bonelist, ListBase *editbonelis curBone->roll = -atan2f(difmat[2][0], difmat[2][2]); - /* and set restposition again */ + /* And set rest-position again. */ BKE_armature_where_is_bone(curBone, curBone->parent, false); break; } -- cgit v1.2.3