diff options
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/dnd/source.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrans/source/win32/dnd/source.cxx b/dtrans/source/win32/dnd/source.cxx index b7a1aa0551ed..ffac848ead53 100644 --- a/dtrans/source/win32/dnd/source.cxx +++ b/dtrans/source/win32/dnd/source.cxx @@ -124,7 +124,7 @@ void DragSource::StartDragImpl( // the thread procedure is responsible for the release acquire(); - // The thread acccesses members of this instance but does not call acquire. + // The thread accesses members of this instance but does not call acquire. // Hopefully this instance is not destroyed before the thread has terminated. unsigned threadId; HANDLE hThread= reinterpret_cast<HANDLE>(_beginthreadex( |