From 4bbb043bc57f1dc27aa46624cd4d11b063070bac Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 15 Sep 2022 10:03:46 +1000 Subject: Cleanup: spelling in comments, comment blocks --- source/blender/compositor/realtime_compositor/COM_utilities.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/compositor/realtime_compositor') diff --git a/source/blender/compositor/realtime_compositor/COM_utilities.hh b/source/blender/compositor/realtime_compositor/COM_utilities.hh index 25f9fd0c1b6..efd1bc2b6b0 100644 --- a/source/blender/compositor/realtime_compositor/COM_utilities.hh +++ b/source/blender/compositor/realtime_compositor/COM_utilities.hh @@ -17,7 +17,7 @@ namespace blender::realtime_compositor { using namespace nodes::derived_node_tree_types; /** - Get the origin socket of the given node input. If the input is not linked, the socket itself is + * Get the origin socket of the given node input. If the input is not linked, the socket itself is * returned. If the input is linked, the socket that is linked to it is returned, which could * either be an input or an output. An input socket is returned when the given input is connected * to an unlinked input of a group input node. -- cgit v1.2.3