summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wasm/qwasmeventdispatcher.cpp
diff options
context:
space:
mode:
authorJonas Kvinge <jonas@jkvinge.net>2021-10-11 20:31:46 +0200
committerJonas Kvinge <jonas@jkvinge.net>2021-10-12 15:55:53 +0200
commit2675c288e84e8e2392498e00a02ba0489c2f7358 (patch)
tree9979a8e4713f0026951ab1b921d5cfb6e56b73be /src/plugins/platforms/wasm/qwasmeventdispatcher.cpp
parent0e58b3db346c70babf10ffa8c813452cda65626c (diff)
wasm: Fix source code comment typos
Change-Id: I9b2b76c01880c7bb515fdc1a6c4ef1f0bcf6be95 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Diffstat (limited to 'src/plugins/platforms/wasm/qwasmeventdispatcher.cpp')
-rw-r--r--src/plugins/platforms/wasm/qwasmeventdispatcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/wasm/qwasmeventdispatcher.cpp b/src/plugins/platforms/wasm/qwasmeventdispatcher.cpp
index 69a38ecd68..8f9eeecbb0 100644
--- a/src/plugins/platforms/wasm/qwasmeventdispatcher.cpp
+++ b/src/plugins/platforms/wasm/qwasmeventdispatcher.cpp
@@ -148,7 +148,7 @@ void QWasmEventDispatcher::doMaintainTimers()
{
Q_D(QWasmEventDispatcher);
- // This functon schedules native timers in order to wake up to
+ // This function schedules native timers in order to wake up to
// process events and activate Qt timers. This is done using the
// emscripten_async_call() API which schedules a new timer.
// There is unfortunately no way to cancel or update a current