Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/blender/editors/object/object_constraint.c2
1 files changed, 1 insertions, 1 deletions
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 */