From b8a442b202436da3b2e76791be762f5b284bcc53 Mon Sep 17 00:00:00 2001 From: Philipp Oeser Date: Mon, 8 Apr 2019 12:41:57 +0200 Subject: [PATCH] cleanup: typo in comment --- source/blender/editors/object/object_relations.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/editors/object/object_relations.c b/source/blender/editors/object/object_relations.c index d069772a0ce..6d3cca5477e 100644 --- a/source/blender/editors/object/object_relations.c +++ b/source/blender/editors/object/object_relations.c @@ -151,7 +151,7 @@ static int vertex_parent_set_exec(bContext *C, wmOperator *op) EDBM_mesh_normals_update(em); BKE_editmesh_tessface_calc(em); - /* Make sure the evaluated mesh is updates. + /* Make sure the evaluated mesh is updated. * * Most reliable way is to update the tagged objects, which will ensure * proper copy-on-write update, but also will make sure all dependent