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
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-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);