diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-14 18:29:22 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-06-15 06:53:19 +0000 |
commit | c3c45ff7efcd8b22be64af410befbfa5cc330f6f (patch) | |
tree | bcbc2f2d62f851488f43beba254a3773dce6c863 /dtrans | |
parent | b4b71d20e33b82d377e287f0e5cf07b7e6182e78 (diff) |
Fix typos
Change-Id: Id05ea8cf8aed878bedfe73c274df3c67b64bad37
Reviewed-on: https://gerrit.libreoffice.org/16263
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
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( |