summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-11-10 23:42:38 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-11-11 09:38:03 +0100
commit5e366b44fbbacb2c6b193be5f3315f205d90880b (patch)
tree7c80a9ba4823c5f767f096599b4a47f75024aa2b /dtrans
parentff8cfc83af64284659d971366630f7416c4b15d9 (diff)
Fix typo
To complete https://gerrit.libreoffice.org/82392 Change-Id: Ieff164b11c66b55280b12940a080a186ce0fba8b Reviewed-on: https://gerrit.libreoffice.org/82408 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/win32/dnd/target.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrans/source/win32/dnd/target.cxx b/dtrans/source/win32/dnd/target.cxx
index 4ab0b0a22428..7592eb390962 100644
--- a/dtrans/source/win32/dnd/target.cxx
+++ b/dtrans/source/win32/dnd/target.cxx
@@ -112,7 +112,7 @@ void SAL_CALL DropTarget::initialize( const Sequence< Any >& aArguments )
// Additionally even if RegisterDragDrop is called from an STA thread we have
// to ensure that it is called from the same thread that created the Window
- // otherwise meesages sent during DND won't reach the windows message queue.
+ // otherwise messages sent during DND won't reach the windows message queue.
// Calling AttachThreadInput first would resolve this problem but would block
// the message queue of the calling thread. So if the current thread
// (even if it's an STA thread) and the thread that created the window are not