diff options
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/clipb/WinClipbImpl.cxx | 2 |
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. |