extensions/source/ole/olethread.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit de801168f2b542cdd499cf731d5ed87bdea4e6e4 Author: Andrea Gelmini <[email protected]> Date: Fri Mar 9 14:59:05 2018 +0100 Fix typo Change-Id: I59f1f2e83ecec5b2f7aa57255a52c99794d27596 Reviewed-on: https://gerrit.libreoffice.org/51002 Tested-by: Jenkins <[email protected]> Reviewed-by: Adolfo Jayme Barrientos <[email protected]> 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)); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
