From 5f059c8751379edaabdffb68af7f27979c1c12f6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 14 Apr 2020 10:41:21 +1000 Subject: Cleanup: spelling --- source/blender/editors/space_node/node_relationships.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/space_node/node_relationships.c') diff --git a/source/blender/editors/space_node/node_relationships.c b/source/blender/editors/space_node/node_relationships.c index 8f8f945a600..8c2f79109f6 100644 --- a/source/blender/editors/space_node/node_relationships.c +++ b/source/blender/editors/space_node/node_relationships.c @@ -1622,8 +1622,8 @@ static void node_parent_offset_apply(NodeInsertOfsData *data, bNode *parent, con node_offset_apply(parent, offset_x); - /* flag all childs as offset to prevent them from being offset - * separately (they've already moved with the parent) */ + /* Flag all children as offset to prevent them from being offset + * separately (they've already moved with the parent). */ for (node = data->ntree->nodes.first; node; node = node->next) { if (nodeIsChildOf(parent, node)) { /* NODE_TEST is used to flag nodes that shouldn't be offset (again) */ -- cgit v1.2.3