summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
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( );