From fc45fd668fb5f80231948d1303c7a9e9a1376a5c Mon Sep 17 00:00:00 2001 From: Micky Date: Fri, 22 Nov 2024 19:51:09 +0100 Subject: [PATCH] Fix typo in `editor_log.h` --- editor/editor_log.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/editor/editor_log.h b/editor/editor_log.h index 899b4a9ac491..6e0a953b6ab5 100644 --- a/editor/editor_log.h +++ b/editor/editor_log.h @@ -145,8 +145,7 @@ class EditorLog : public HBoxContainer { Button *show_search_button = nullptr; LineEdit *search_box = nullptr; - // Reference to the "Output" button on the toolbar so we can update it's icon when - // Warnings or Errors are encounetered. + // Reference to the "Output" button on the toolbar so we can update its icon when warnings or errors are encountered. Button *tool_button = nullptr; bool is_loading_state = false; // Used to disable saving requests while loading (some signals from buttons will try trigger a save, which happens during loading).