summaryrefslogtreecommitdiffstats
path: root/src/gui/platform/wasm/qwasmlocalfileaccess.cpp
diff options
context:
space:
mode:
authorJonas Kvinge <jonas@jkvinge.net>2021-10-09 17:28:50 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-10-12 10:52:20 +0000
commite176a1afe9b3042818d4e487bd9d235e102d3a24 (patch)
treea515dbfd18b51280ce20a1840444b6c39944fe16 /src/gui/platform/wasm/qwasmlocalfileaccess.cpp
parentd3d64f62c74d87a43509618607480334cffc5e58 (diff)
gui: Fix typos in source code comments
Change-Id: Ie53e5542a8f93856470982939ecd8ec90b323d69 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io> (cherry picked from commit 651d7debe1effb1288194344cd4ec82377092a5b) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/gui/platform/wasm/qwasmlocalfileaccess.cpp')
-rw-r--r--src/gui/platform/wasm/qwasmlocalfileaccess.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/platform/wasm/qwasmlocalfileaccess.cpp b/src/gui/platform/wasm/qwasmlocalfileaccess.cpp
index 85c894a74a..a5460f0ba7 100644
--- a/src/gui/platform/wasm/qwasmlocalfileaccess.cpp
+++ b/src/gui/platform/wasm/qwasmlocalfileaccess.cpp
@@ -166,7 +166,7 @@ void openFile(const std::string &accept,
void saveFile(const char *content, size_t size, const std::string &fileNameHint)
{
- // Save a file by creating programatically clicking a download
+ // Save a file by creating programmatically clicking a download
// link to an object url to a Blob containing the file content.
// File content is copied once, so that the passed in content
// buffer can be released as soon as this function returns - we