summaryrefslogtreecommitdiff
path: root/dtrans/source
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source')
-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 f416baab5df0..6c8ec203295f 100644
--- a/dtrans/source/win32/clipb/MtaOleClipb.cxx
+++ b/dtrans/source/win32/clipb/MtaOleClipb.cxx
@@ -206,7 +206,7 @@ public:
if ( S_OK == m_hResult )
OSL_FAIL(
- "com was not yet initialzed, the thread was not created using osl_createThread" );
+ "com was not yet initialized, the thread was not created using osl_createThread" );
else if ( FAILED( m_hResult ) && !( RPC_E_CHANGED_MODE == m_hResult ) )
OSL_FAIL(
"com could not be initialized, maybe the thread was not created using osl_createThread" );