summaryrefslogtreecommitdiffstats
path: root/sal/workben
diff options
context:
space:
mode:
Diffstat (limited to 'sal/workben')
-rw-r--r--sal/workben/clipboardwben/testpaste/cbptest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/workben/clipboardwben/testpaste/cbptest.cxx b/sal/workben/clipboardwben/testpaste/cbptest.cxx
index 283790f28a81..f41698743447 100644
--- a/sal/workben/clipboardwben/testpaste/cbptest.cxx
+++ b/sal/workben/clipboardwben/testpaste/cbptest.cxx
@@ -363,7 +363,7 @@ void PasteClipboardData(HWND hwndParent)
if ( SUCCEEDED( hr ) )
{
HRESULT hr = CoMarshalInterThreadInterfaceInStream(
- __uuidof(IDataObject), //The IID of inteface to be marshaled
+ __uuidof(IDataObject), //The IID of interface to be marshaled
pIDataObj, //The interface pointer
&g_pStm //IStream pointer
);