summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-02-01 10:57:50 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-02-07 16:13:59 +0100
commit5b8a5ed945b7ac1abece3c7e87f135fb23d99b3f (patch)
treec5dcc74df94db5f1663194039228e8e4fcb50a37 /desktop
parent7f1ccaf62e42a26d48d324bcc6758100c6ec682b (diff)
fix typo
Change-Id: Ibcbc66a4e61a6a5476e33392ff5b2a34f96b0c39
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/app.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index b7dcefb9876c..6f48c8ba090b 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1426,7 +1426,7 @@ int Desktop::Main()
/* ensure existence of a default window that messages can be dispatched to
This is for the benefit of testtool which uses PostUserEvent extensively
- and else can deadlock while creating this window from another tread while
+ and else can deadlock while creating this window from another thread while
the main thread is not yet in the event loop.
*/
Application::GetDefaultDevice();