[Libreoffice-commits] core.git: extensions/source

Andrea Gelmini andrea.gelmini at gelma.net
Fri Mar 9 21:44:37 UTC 2018


 extensions/source/ole/olethread.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit de801168f2b542cdd499cf731d5ed87bdea4e6e4
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Fri Mar 9 14:59:05 2018 +0100

    Fix typo
    
    Change-Id: I59f1f2e83ecec5b2f7aa57255a52c99794d27596
    Reviewed-on: https://gerrit.libreoffice.org/51002
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/extensions/source/ole/olethread.cxx b/extensions/source/ole/olethread.cxx
index 3b35a802a5f8..74d7346516c5 100644
--- a/extensions/source/ole/olethread.cxx
+++ b/extensions/source/ole/olethread.cxx
@@ -35,7 +35,7 @@ void o2u_attachCurrentThread()
         if (!SUCCEEDED(hr))
         {   // FIXME: is it a problem that this ends up in STA currently?
             assert(RPC_E_CHANGED_MODE == hr);
-            // Let's find out explicitly what aprtment mode we are in.
+            // Let's find out explicitly what apartment mode we are in.
             SAL_WARN("extensions.olebridge", "CoInitializeEx failed"
                      << (hr == RPC_E_CHANGED_MODE ? " (expectedly)" : "")
                      << ": " << WindowsErrorStringFromHRESULT(hr));


More information about the Libreoffice-commits mailing list