[Bf-blender-cvs] [b8a442b2024] master: cleanup: typo in comment

Philipp Oeser noreply at git.blender.org
Mon Apr 8 12:44:06 CEST 2019


Commit: b8a442b202436da3b2e76791be762f5b284bcc53
Author: Philipp Oeser
Date:   Mon Apr 8 12:41:57 2019 +0200
Branches: master
https://developer.blender.org/rBb8a442b202436da3b2e76791be762f5b284bcc53

cleanup: typo in comment

===================================================================

M	source/blender/editors/object/object_relations.c

===================================================================

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



More information about the Bf-blender-cvs mailing list