summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/corelib/kernel/qeventdispatcher_wasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qeventdispatcher_wasm.cpp b/src/corelib/kernel/qeventdispatcher_wasm.cpp
index 948e3356c1..5004d0079c 100644
--- a/src/corelib/kernel/qeventdispatcher_wasm.cpp
+++ b/src/corelib/kernel/qeventdispatcher_wasm.cpp
@@ -170,7 +170,7 @@ QEventDispatcherWasm::QEventDispatcherWasm()
QEventDispatcherWasm::~QEventDispatcherWasm()
{
- qCDebug(lcEventDispatcher) << "Detroying QEventDispatcherWasm instance" << this;
+ qCDebug(lcEventDispatcher) << "Destroying QEventDispatcherWasm instance" << this;
delete m_timerInfo;