From 3e230cecf0c5059a9c3db16231b4ad7b10300e92 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 18 Sep 2019 17:37:09 +0200 Subject: Depsgraph: Cleanup, spelling in comment --- source/blender/depsgraph/intern/builder/deg_builder_nodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/depsgraph/intern/builder/deg_builder_nodes.h b/source/blender/depsgraph/intern/builder/deg_builder_nodes.h index 65f3521b556..be92653888a 100644 --- a/source/blender/depsgraph/intern/builder/deg_builder_nodes.h +++ b/source/blender/depsgraph/intern/builder/deg_builder_nodes.h @@ -259,7 +259,7 @@ class DepsgraphNodeBuilder : public DepsgraphBuilder { /* NOTE: Collection are possibly built recursively, so be careful when * setting the current state. */ Collection *collection_; - /* Accumulated flag over the hierarchy opf currently building collections. + /* Accumulated flag over the hierarchy of currently building collections. * Denotes whether all the hierarchy from parent of collection_ to the * very root is visible (aka not restricted.). */ bool is_parent_collection_visible_; -- cgit v1.2.3