diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-03-09 14:59:05 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-03-09 22:44:10 +0100 |
commit | de801168f2b542cdd499cf731d5ed87bdea4e6e4 (patch) | |
tree | 88fffe05dca0d77bdf7020b0bf1e483e1d6bef1b /extensions | |
parent | bc74c3c7d8e04b31324f19aa339dfac60cc63eef (diff) |
Fix typo
Change-Id: I59f1f2e83ecec5b2f7aa57255a52c99794d27596
Reviewed-on: https://gerrit.libreoffice.org/51002
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/ole/olethread.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |