summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-14 06:30:31 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-15 07:20:01 +0200
commit3df16d2ed4ef9ed4acdc1e062a7c60c8cfb121bb (patch)
tree8c119f7c2e26341bd3c30661355c44f2afc9bca6 /dtrans
parentd733d1da69bc0986172d84dc4afc61a642450391 (diff)
Fix typo
Change-Id: I0ce4ed9eec22de1f96a42b4b907a753478ca9805 Reviewed-on: https://gerrit.libreoffice.org/74079 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/win32/clipb/WinClipbImpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrans/source/win32/clipb/WinClipbImpl.cxx b/dtrans/source/win32/clipb/WinClipbImpl.cxx
index 7ba04d13c4d8..003a266f84bc 100644
--- a/dtrans/source/win32/clipb/WinClipbImpl.cxx
+++ b/dtrans/source/win32/clipb/WinClipbImpl.cxx
@@ -147,7 +147,7 @@ void CWinClipbImpl::flushClipboard( )
// FlushClipboard had to be synchron in order to prevent shutdown until all
// clipboard-formats are rendered.
// The request is needed to prevent flushing if we are not clipboard owner (it is
- // not known what happens if we flush but aren't clipoard owner).
+ // not known what happens if we flush but aren't clipboard owner).
// It may be possible to move the request to the clipboard STA thread by saving the
// DataObject and call OleIsCurrentClipboard before flushing.