From 891507875b33c1a61b9edfc566b3846f702c20ed Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Tue, 20 May 2014 20:58:13 +0200 Subject: [PATCH] Typos --- src/blackcore/context_application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blackcore/context_application.cpp b/src/blackcore/context_application.cpp index 06661c019..96aea8392 100644 --- a/src/blackcore/context_application.cpp +++ b/src/blackcore/context_application.cpp @@ -109,7 +109,7 @@ namespace BlackCore else { // different threads, use event. - // in this event the same redirect as above will emiited, only that this is then + // in this event the same redirect as above will emitted, only that this is then // done in the same thread as the parent object CApplicationEvent *e = new CApplicationEvent(m, this->getUniqueId()); QCoreApplication::postEvent(this, e);