summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/clipb/WinClipboard.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/win32/clipb/WinClipboard.cxx')
-rw-r--r--dtrans/source/win32/clipb/WinClipboard.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrans/source/win32/clipb/WinClipboard.cxx b/dtrans/source/win32/clipb/WinClipboard.cxx
index b648527d65fd..06d57509d896 100644
--- a/dtrans/source/win32/clipb/WinClipboard.cxx
+++ b/dtrans/source/win32/clipb/WinClipboard.cxx
@@ -66,7 +66,7 @@ CWinClipboard::CWinClipboard( const Reference< XComponentContext >& rxContext, c
// to avoid unnecessary traffic we check first if there is a clipboard
// content which was set via setContent, in this case we don't need
// to query the content from the clipboard, create a new wrapper object
-// and so on, we simply return the orignial XTransferable instead of our
+// and so on, we simply return the original XTransferable instead of our
// DOTransferable
Reference< XTransferable > SAL_CALL CWinClipboard::getContents( ) throw( RuntimeException )