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:
authorCampbell Barton <ideasman42@gmail.com>2021-12-16 03:38:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-12-16 03:38:09 +0300
commit4b12f521e38fedf09485e0436e339031f363130a (patch)
treef3d408ee910b008a749ef5780d6f35ce10480f1d /source/blender/nodes/intern
parent807efa8538c502a0017c48029ff8f0805ceea2a6 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/nodes/intern')
-rw-r--r--source/blender/nodes/intern/socket_search_link.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/intern/socket_search_link.cc b/source/blender/nodes/intern/socket_search_link.cc
index 48f8106e58b..8543efe7f9b 100644
--- a/source/blender/nodes/intern/socket_search_link.cc
+++ b/source/blender/nodes/intern/socket_search_link.cc
@@ -122,7 +122,7 @@ void search_link_ops_for_declarations(GatherLinkSearchOpParams &params,
/* Give non-main sockets a lower weight so that they don't show up at the top of the search
* when they are not explicitly searched for. The -1 is used to make sure that the first socket
* has a smaller weight than zero so that it does not have the same weight as the main socket.
- * Negative weights are used to avoid making the heighest weight dependent on the number of
+ * Negative weights are used to avoid making the highest weight dependent on the number of
* sockets. */
const int weight = (&socket == main_socket) ? 0 : -1 - i;
params.add_item(