From 4b12f521e38fedf09485e0436e339031f363130a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 16 Dec 2021 11:38:09 +1100 Subject: Cleanup: spelling --- source/blender/nodes/intern/socket_search_link.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/nodes/intern') 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 ¶ms, /* 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( -- cgit v1.2.3