summaryrefslogtreecommitdiff
path: root/editor/debugger/script_editor_debugger.cpp
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-03-12 10:25:48 +0100
committerGitHub <noreply@github.com>2020-03-12 10:25:48 +0100
commit14b41d0fc9fd615f17a8a082cd2bbfb9fea7f0a8 (patch)
tree7ce9a51814f1264cc21b5cc1ab7baa7439f2e961 /editor/debugger/script_editor_debugger.cpp
parentaeff25f3134c1af34285bb1021c709936cf5377d (diff)
parent7bf6e5f7732f3fa890561255610f50a65e755adf (diff)
Merge pull request #36987 from luzpaz/typos
Fix various typos
Diffstat (limited to 'editor/debugger/script_editor_debugger.cpp')
-rw-r--r--editor/debugger/script_editor_debugger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/debugger/script_editor_debugger.cpp b/editor/debugger/script_editor_debugger.cpp
index 920f4d858a..3d567ed2b3 100644
--- a/editor/debugger/script_editor_debugger.cpp
+++ b/editor/debugger/script_editor_debugger.cpp
@@ -1425,7 +1425,7 @@ void ScriptEditorDebugger::_item_menu_id_pressed(int p_option) {
void ScriptEditorDebugger::_tab_changed(int p_tab) {
if (tabs->get_tab_title(p_tab) == TTR("Video RAM")) {
- // "Video RAM" tab was clicked, refresh the data it's dislaying when entering the tab.
+ // "Video RAM" tab was clicked, refresh the data it's displaying when entering the tab.
_video_mem_request();
}
}