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:
authorKévin Dietrich <kevin.dietrich@mailoo.org>2022-02-26 04:15:22 +0300
committerKévin Dietrich <kevin.dietrich@mailoo.org>2022-02-26 04:15:22 +0300
commitd6b3723b088d2ae2652f2c821b4fdeafe5be7827 (patch)
tree64cb766b9d1d901bf2ce5c733785a78b235aa7b3 /source/blender/nodes/intern/node_common.cc
parentac3f4db719451acc9ee846b37c77912e2735e4be (diff)
Cleanup: typos in comments.
Diffstat (limited to 'source/blender/nodes/intern/node_common.cc')
-rw-r--r--source/blender/nodes/intern/node_common.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/intern/node_common.cc b/source/blender/nodes/intern/node_common.cc
index c2d440efdb5..c4befd5828c 100644
--- a/source/blender/nodes/intern/node_common.cc
+++ b/source/blender/nodes/intern/node_common.cc
@@ -171,7 +171,7 @@ static void group_verify_socket_list(bNodeTree &node_tree,
BLI_addtail(&verify_lb, matching_socket);
}
else {
- /* If there was no socket withe the same identifier already, simply create a new socket
+ /* If there was no socket with the same identifier already, simply create a new socket
* based on the interface socket, which will already add it to the new list. */
add_new_socket_from_interface(node_tree, node, *interface_socket, in_out);
}