diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2020-03-11 13:59:18 -0400 |
---|---|---|
committer | luz.paz <luzpaz@users.noreply.github.com> | 2020-03-11 13:59:18 -0400 |
commit | 7bf6e5f7732f3fa890561255610f50a65e755adf (patch) | |
tree | 7ce9a51814f1264cc21b5cc1ab7baa7439f2e961 /editor | |
parent | aeff25f3134c1af34285bb1021c709936cf5377d (diff) | |
download | redot-engine-7bf6e5f7732f3fa890561255610f50a65e755adf.tar.gz |
Fix various typos
Found via `codespell`
Diffstat (limited to 'editor')
-rw-r--r-- | editor/debugger/script_editor_debugger.cpp | 2 | ||||
-rw-r--r-- | editor/import/resource_importer_texture.cpp | 2 |
2 files changed, 2 insertions, 2 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(); } } diff --git a/editor/import/resource_importer_texture.cpp b/editor/import/resource_importer_texture.cpp index 92ecda8508..0090d30b9c 100644 --- a/editor/import/resource_importer_texture.cpp +++ b/editor/import/resource_importer_texture.cpp @@ -350,7 +350,7 @@ void ResourceImporterTexture::_save_stex(const Ref<Image> &p_image, const String f->store_32(flags); f->store_32(p_limit_mipmap); - //reserverd for future use + //reserved for future use f->store_32(0); f->store_32(0); f->store_32(0); |