dtrans/source/win32/dnd/source.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7773edb33dac2b8aa548dd6859514833872b61d8
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue May 14 21:25:48 2019 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun May 19 18:15:30 2019 +0200

    Fix typo
    
    Change-Id: I57ddee21cb31c06b47eaf30010fa7378401a2f17
    Reviewed-on: https://gerrit.libreoffice.org/72541
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/dtrans/source/win32/dnd/source.cxx 
b/dtrans/source/win32/dnd/source.cxx
index 772eeb0ccb00..ac5f18382819 100644
--- a/dtrans/source/win32/dnd/source.cxx
+++ b/dtrans/source/win32/dnd/source.cxx
@@ -68,7 +68,7 @@ DragSource::~DragSource()
      ????
           Do we really need a separate thread for
           every Dnd operation or only if the source
-          thread is an MTA thread
+          thread is a MTA thread
      ????
 */
 void DragSource::StartDragImpl(
@@ -111,7 +111,7 @@ void DragSource::StartDragImpl(
     DWORD processId;
     m_threadIdWindow= GetWindowThreadProcessId( m_hAppWindow, &processId);
 
-    // hold the instance for the DnD thread, it's to late
+    // hold the instance for the DnD thread, it's too late
     // to acquire at the start of the thread procedure
     // the thread procedure is responsible for the release
     acquire();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to