From a124f1effed40f5fa232b814469bf1ce57043897 Mon Sep 17 00:00:00 2001 From: luz paz Date: Sun, 2 Jan 2022 01:03:58 -0500 Subject: Fix various typos Found via ` codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,expct,fave,findn,gird,hist,inout,leapyear,lod,nd,numer,ois,ony,paket,seeked,sinc,switchs,te,uint,varn` Update editor/import/resource_importer_layered_texture.cpp Co-authored-by: Raul Santos Update doc/classes/TileSetScenesCollectionSource.xml Co-authored-by: Raul Santos Update scene/gui/graph_edit.cpp Co-authored-by: Raul Santos Update scene/resources/animation.cpp Co-authored-by: Raul Santos Update scene/resources/animation.cpp Co-authored-by: Raul Santos Update scene/resources/animation.cpp Co-authored-by: Raul Santos Update scene/gui/rich_text_label.cpp Co-authored-by: Raul Santos Revert previously committed change --- platform/javascript/api/javascript_tools_editor_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/javascript/api') diff --git a/platform/javascript/api/javascript_tools_editor_plugin.cpp b/platform/javascript/api/javascript_tools_editor_plugin.cpp index df4c790755..7c82177ff4 100644 --- a/platform/javascript/api/javascript_tools_editor_plugin.cpp +++ b/platform/javascript/api/javascript_tools_editor_plugin.cpp @@ -67,7 +67,7 @@ void JavaScriptToolsEditorPlugin::_download_zip(Variant p_v) { FileAccess *src_f; zlib_filefunc_def io = zipio_create_io_from_file(&src_f); - // Name the downloded ZIP file to contain the project name and download date for easier organization. + // Name the downloaded ZIP file to contain the project name and download date for easier organization. // Replace characters not allowed (or risky) in Windows file names with safe characters. // In the project name, all invalid characters become an empty string so that a name // like "Platformer 2: Godette's Revenge" becomes "platformer_2-_godette-s_revenge". -- cgit v1.2.3