From 3ae7a0f0592c3011024826d66dae0c8f5d03eaa7 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Fri, 19 Feb 2021 12:31:27 +0100 Subject: Cleanup: typo --- source/blender/editors/space_node/node_draw.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors') diff --git a/source/blender/editors/space_node/node_draw.cc b/source/blender/editors/space_node/node_draw.cc index 8248283b3b0..d0b62463ad9 100644 --- a/source/blender/editors/space_node/node_draw.cc +++ b/source/blender/editors/space_node/node_draw.cc @@ -1229,7 +1229,7 @@ static NodeWarningType node_error_highest_priority(Span warnings) return highest_priority_type; } -static char *node_errrors_tooltip_fn(bContext *UNUSED(C), void *argN, const char *UNUSED(tip)) +static char *node_errors_tooltip_fn(bContext *UNUSED(C), void *argN, const char *UNUSED(tip)) { const NodeUIStorage **storage_pointer_alloc = static_cast(argN); const NodeUIStorage *node_ui_storage = *storage_pointer_alloc; @@ -1310,7 +1310,7 @@ static void node_add_error_message_button( 0, 0, nullptr); - UI_but_func_tooltip_set(but, node_errrors_tooltip_fn, storage_pointer_alloc); + UI_but_func_tooltip_set(but, node_errors_tooltip_fn, storage_pointer_alloc); UI_block_emboss_set(node.block, UI_EMBOSS); } -- cgit v1.2.3