From 8008cdac2ec52151cc39660c5393936f08cfe51e Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 24 Sep 2018 15:39:42 +0200 Subject: [PATCH] Depsgraph: Cleanup, spelling in comment --- source/blender/depsgraph/intern/depsgraph_tag.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/depsgraph/intern/depsgraph_tag.cc b/source/blender/depsgraph/intern/depsgraph_tag.cc index 4609cc9051a..38d8b891572 100644 --- a/source/blender/depsgraph/intern/depsgraph_tag.cc +++ b/source/blender/depsgraph/intern/depsgraph_tag.cc @@ -487,7 +487,7 @@ void deg_graph_on_visible_update(Main *bmain, Depsgraph *graph) { foreach (DEG::IDDepsNode *id_node, graph->id_nodes) { if (!id_node->visible_components_mask) { - /* ID cas no components which affects anything visible. no meed + /* ID has no components which affects anything visible. no meed * bother with it to tag or anything. */ continue;