[Bf-blender-cvs] [b3466921b8d] blender2.8: Depsgraph: Fix typo in comment

Sergey Sharybin noreply at git.blender.org
Mon Jul 24 16:32:21 CEST 2017


Commit: b3466921b8dbd558b5b17c428993b89c96a54918
Author: Sergey Sharybin
Date:   Mon Jul 24 16:32:07 2017 +0200
Branches: blender2.8
https://developer.blender.org/rBb3466921b8dbd558b5b17c428993b89c96a54918

Depsgraph: Fix typo in comment

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

M	source/blender/depsgraph/intern/depsgraph_tag.cc

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

diff --git a/source/blender/depsgraph/intern/depsgraph_tag.cc b/source/blender/depsgraph/intern/depsgraph_tag.cc
index 5c56b3f558b..0c4bc45eb3a 100644
--- a/source/blender/depsgraph/intern/depsgraph_tag.cc
+++ b/source/blender/depsgraph/intern/depsgraph_tag.cc
@@ -200,7 +200,7 @@ void id_tag_update_object_data(Depsgraph *graph, IDDepsNode *id_node)
 			/* TODO(sergey): Hrm, during some operations it's possible to have
 			 * object node existing but not it's data. For example, when making
 			 * objects local. This is valid situation, but how can we distinguish
-			 * that from soneone trying to do stupid things with dependency
+			 * that from someone trying to do stupid things with dependency
 			 * graph?
 			 */
 			if (data_id_node != NULL) {




More information about the Bf-blender-cvs mailing list