embeddedobj/source/msole/olecomponent.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ea1d09b039d295f0818a283e03bdaf3d5f21d5f0
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Mon Mar 11 17:22:23 2024 +0100
Commit:     Julien Nabet <[email protected]>
CommitDate: Mon Mar 11 18:56:34 2024 +0100

    Fix typo
    
    Change-Id: Idc184c5155fa69888561fed5709da36c330d1c2e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164666
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <[email protected]>

diff --git a/embeddedobj/source/msole/olecomponent.cxx 
b/embeddedobj/source/msole/olecomponent.cxx
index 63436bbcfea6..34bce5751467 100644
--- a/embeddedobj/source/msole/olecomponent.cxx
+++ b/embeddedobj/source/msole/olecomponent.cxx
@@ -74,7 +74,7 @@ FORMATETC const pFormatTemplates[FORMATS_NUM] = {
 // loadComponentFromURL, and the instantiation of the object happens during 
the load), or in MTA
 // (the thread actually serving the incoming calls).
 //
-// The objects typically can only be used in the appartment where they were 
instantiated. This means
+// The objects typically can only be used in the apartment where they were 
instantiated. This means
 // that e.g. a call to IOleObject::Close will fail, if it is performed in a 
different thread, when
 // it was started in the main thread. And vice versa, opening a document in a 
handler thread, then
 // trying to interact with the OLE object in GUI would fail.

Reply via email to