From 4e45265dc6cafe0bf6f36a14a469288183059858 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 30 Nov 2021 09:04:50 +1100 Subject: Cleanup: spelling in comments & strings --- source/blender/depsgraph/intern/node/deg_node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/depsgraph/intern') diff --git a/source/blender/depsgraph/intern/node/deg_node.h b/source/blender/depsgraph/intern/node/deg_node.h index 6274066ba25..01d49640053 100644 --- a/source/blender/depsgraph/intern/node/deg_node.h +++ b/source/blender/depsgraph/intern/node/deg_node.h @@ -106,7 +106,7 @@ enum class NodeType { /* Component which is used to define visibility relation between IDs, on the ID level. * * Consider two ID nodes NodeA and NodeB, with the relation between visibility components going - * as NodeA -> NodeB. If NodeB is considreed visible on screen, then the relation will ensure + * as NodeA -> NodeB. If NodeB is considered visible on screen, then the relation will ensure * that NodeA is also visible. The way how relation is oriented could be seen as a inverted from * visibility dependency point of view, but it follows the same direction as data dependency * which simplifies common algorithms which are dealing with relations and visibility. -- cgit v1.2.3