summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-10-23 12:56:00 +0200
committerjan iversen <jani@documentfoundation.org>2016-10-23 17:17:01 +0000
commit525311b0d6db11f247097fe76d1b2967966cf669 (patch)
treef1b6e1c427ba7134bad76151b0acfac90c252151 /dtrans
parent40d39343cccff39e1f83c4553fda45478de577a9 (diff)
Fix typos
Change-Id: Ib7b17f85c7b6a1937c3f6e1617ceec58074643b4 Reviewed-on: https://gerrit.libreoffice.org/30040 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
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 d38c30855435..76d7b06c95c4 100644
--- a/dtrans/source/win32/clipb/WinClipbImpl.cxx
+++ b/dtrans/source/win32/clipb/WinClipbImpl.cxx
@@ -152,7 +152,7 @@ void SAL_CALL CWinClipbImpl::flushClipboard( ) throw( RuntimeException )
// 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).
// It may be possible to move the request to the clipboard STA thread by saving the
- // DataObject and call OleIsCurrentClipboard bevore flushing.
+ // DataObject and call OleIsCurrentClipboard before flushing.
if ( nullptr != m_pCurrentClipContent )
m_MtaOleClipboard.flushClipboard( );