From e1be275878b949b4e09ef6f3a1f44379a4359a5c Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Fri, 28 Jan 2022 09:24:11 +0100 Subject: Fix typo in comment. --- source/blender/editors/space_node/space_node.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/editors/space_node/space_node.cc b/source/blender/editors/space_node/space_node.cc index 00fd328b2ed..4d0c88a5343 100644 --- a/source/blender/editors/space_node/space_node.cc +++ b/source/blender/editors/space_node/space_node.cc @@ -977,7 +977,7 @@ static void node_id_remap(ScrArea *UNUSED(area), * copies of pointers. All usages should be calling a function that will receive the appropriate * instance. * - * We could also move a remap address at a time to ise the IDRemapper as that should get closer + * We could also move a remap address at a time to use the IDRemapper as that should get closer * to cleaner code. See {D13615} for more information about this topic. */ BKE_id_remapper_iter(mappings, node_id_remap_cb, slink); -- cgit v1.2.3