[Bf-blender-cvs] [ab5aaca5974] temp-cmake-without-sorted-libs: cleanup: typo in comment

Philipp Oeser noreply at git.blender.org
Mon Apr 15 20:12:32 CEST 2019


Commit: ab5aaca597443b2dfa0979287c79919413d7acda
Author: Philipp Oeser
Date:   Mon Apr 15 11:44:56 2019 +0200
Branches: temp-cmake-without-sorted-libs
https://developer.blender.org/rBab5aaca597443b2dfa0979287c79919413d7acda

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