Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <jeroen@blender.org>2022-01-28 11:24:11 +0300
committerJeroen Bakker <jeroen@blender.org>2022-01-28 11:24:11 +0300
commite1be275878b949b4e09ef6f3a1f44379a4359a5c (patch)
tree436bdc64605e6ea3a02d1b9852b749ac7939212e
parentbdd74e1e9338b18e4f80458f284d0c6a4d100f30 (diff)
-rw-r--r--source/blender/editors/space_node/space_node.cc2
1 files changed, 1 insertions, 1 deletions
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);