summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-03-29 18:53:49 +0100
committerThomas Arnhold <thomas@arnhold.org>2014-03-29 19:16:31 +0100
commit5e04ec1e7d5adc9f14ea803d765aa42f8b0e08cd (patch)
tree77c41dc0fd79491c8b3304c4965f464d2e3a98c9 /dtrans
parent920931529e2b7b11777328e91e2dcf3b7b746c1d (diff)
typo: inteface -> interface
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/win32/clipb/MtaOleClipb.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrans/source/win32/clipb/MtaOleClipb.cxx b/dtrans/source/win32/clipb/MtaOleClipb.cxx
index 82d97c4a273a..1747eecdaa03 100644
--- a/dtrans/source/win32/clipb/MtaOleClipb.cxx
+++ b/dtrans/source/win32/clipb/MtaOleClipb.cxx
@@ -174,7 +174,7 @@ HRESULT MarshalIDataObjectInStream( IDataObject* pIDataObject, LPSTREAM* ppStrea
*ppStream = NULL;
return CoMarshalInterThreadInterfaceInStream(
- __uuidof(IDataObject), //The IID of inteface to be marshaled
+ __uuidof(IDataObject), //The IID of interface to be marshaled
pIDataObject, //The interface pointer
ppStream //IStream pointer
);