dtrans/source/win32/dnd/target.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5e366b44fbbacb2c6b193be5f3315f205d90880b
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Nov 10 23:42:38 2019 +0100
Commit:     Julien Nabet <serval2...@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 <serval2...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to