From 7773edb33dac2b8aa548dd6859514833872b61d8 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 14 May 2019 21:25:48 +0000 Subject: Fix typo Change-Id: I57ddee21cb31c06b47eaf30010fa7378401a2f17 Reviewed-on: https://gerrit.libreoffice.org/72541 Tested-by: Jenkins Reviewed-by: Julien Nabet --- dtrans/source/win32/dnd/source.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dtrans') 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(); -- cgit