summaryrefslogtreecommitdiffstats
path: root/platform/javascript/api/javascript_tools_editor_plugin.cpp
diff options
context:
space:
mode:
authorMax Hilbrunner <mhilbrunner@users.noreply.github.com>2022-01-02 18:53:15 +0100
committerGitHub <noreply@github.com>2022-01-02 18:53:15 +0100
commit223beef14a6c6a3c904a3810c2fba353994937c2 (patch)
tree56b239cf493a3900db654c789b959e9a07380610 /platform/javascript/api/javascript_tools_editor_plugin.cpp
parent937fb63a234c7de3fe3ed7fb1267e5e2c4c38c4f (diff)
parenta124f1effed40f5fa232b814469bf1ce57043897 (diff)
downloadredot-engine-223beef14a6c6a3c904a3810c2fba353994937c2.tar.gz
Merge pull request #56315 from luzpaz/typos
Fix various typos
Diffstat (limited to 'platform/javascript/api/javascript_tools_editor_plugin.cpp')
-rw-r--r--platform/javascript/api/javascript_tools_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
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".