Cleanup: Fix typo in comment

This commit is contained in:
Hans Goudey
2024-07-11 09:06:44 -04:00
parent 5a4d7611f4
commit f997d35033

View File

@@ -46,7 +46,7 @@ struct NestedTreePreviews;
struct bNodeLinkDrag {
/** Links dragged by the operator. */
Vector<bNodeLink> links;
/** Which side if the links is fixed. */
/** Which side of the links is fixed. */
eNodeSocketInOut in_out;
/** Draw handler for the tooltip icon when dragging a link in empty space. */