From 2e0db91d90f46348cbde9fe51e2ce1c1fffd7cfa Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 2 Mar 2017 12:28:22 +0100 Subject: Fix typos Change-Id: I6b547a864e7a8c8eeedcd7f7c56796e2b3a606d1 Reviewed-on: https://gerrit.libreoffice.org/34807 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- dtrans/source/win32/clipb/MtaOleClipb.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dtrans/source') 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" ); -- cgit