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:
authorPhilipp Oeser <info@graphics-engineer.com>2019-04-15 12:44:56 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2019-04-15 12:44:56 +0300
commit935417bee79ebdb16ec2ca124868eb8f93c4f5b6 (patch)
tree3a67db7dcdf349ce8a6e09b5ad16c63e84d1b8ec
parentd688ce9a6295be3185cf85051a456d609ea1e4c8 (diff)
cleanup: typo in comment
-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 */