From 935417bee79ebdb16ec2ca124868eb8f93c4f5b6 Mon Sep 17 00:00:00 2001 From: Philipp Oeser Date: Mon, 15 Apr 2019 11:44:56 +0200 Subject: cleanup: typo in comment --- source/blender/editors/object/object_constraint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3