[Bf-blender-cvs] [935417bee79] master: cleanup: typo in comment

Philipp Oeser noreply at git.blender.org
Mon Apr 15 11:46:23 CEST 2019


Commit: 935417bee79ebdb16ec2ca124868eb8f93c4f5b6
Author: Philipp Oeser
Date:   Mon Apr 15 11:44:56 2019 +0200
Branches: master
https://developer.blender.org/rB935417bee79ebdb16ec2ca124868eb8f93c4f5b6

cleanup: typo in comment

===================================================================

M	source/blender/editors/object/object_constraint.c

===================================================================

diff --git a/source/blender/editors/object/object_constraint.c b/source/blender/editors/object/object_constraint.c
index fe01764de1f..c47338e3131 100644
--- a/source/blender/editors/object/object_constraint.c
+++ b/source/blender/editors/object/object_constraint.c
@@ -1302,7 +1302,7 @@ static int constraint_delete_exec(bContext *C, wmOperator *UNUSED(op))
 		/* needed to set the flags on posebones correctly */
 		ED_object_constraint_update(bmain, ob);
 
-		/* relatiols */
+		/* relations */
 		DEG_relations_tag_update(CTX_data_main(C));
 
 		/* notifiers */



More information about the Bf-blender-cvs mailing list