[Libreoffice-commits] core.git: dtrans/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Mon Nov 11 08:38:53 UTC 2019
dtrans/source/win32/dnd/target.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5e366b44fbbacb2c6b193be5f3315f205d90880b
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Nov 10 23:42:38 2019 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Nov 11 09:38:03 2019 +0100
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 at yahoo.fr>
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
More information about the Libreoffice-commits
mailing list