[Bf-blender-cvs] [c71db48b27e] blender2.8: Fix minor typo in comment.

Bastien Montagne noreply at git.blender.org
Fri Sep 21 10:09:09 CEST 2018


Commit: c71db48b27e69967e84487b981adb0b08183da27
Author: Bastien Montagne
Date:   Fri Sep 21 10:07:57 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBc71db48b27e69967e84487b981adb0b08183da27

Fix minor typo in comment.

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

M	source/blender/depsgraph/DEG_depsgraph_query.h

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

diff --git a/source/blender/depsgraph/DEG_depsgraph_query.h b/source/blender/depsgraph/DEG_depsgraph_query.h
index a666100c6da..199dccd7900 100644
--- a/source/blender/depsgraph/DEG_depsgraph_query.h
+++ b/source/blender/depsgraph/DEG_depsgraph_query.h
@@ -133,7 +133,7 @@ typedef struct DEGObjectIterData {
 	 */
 	struct Object temp_dupli_object;
 
-	/* **** Iteration ober ID nodes **** */
+	/* **** Iteration over ID nodes **** */
 	size_t id_node_index;
 	size_t num_id_nodes;
 } DEGObjectIterData;



More information about the Bf-blender-cvs mailing list