summaryrefslogtreecommitdiff
path: root/embeddedobj/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-03-11 17:22:23 +0100
committerJulien Nabet <serval2412@yahoo.fr>2024-03-11 18:56:34 +0100
commitea1d09b039d295f0818a283e03bdaf3d5f21d5f0 (patch)
tree05036491956b5a906f9dd97a45e6441dae277c56 /embeddedobj/source
parent17dc98b0f0d96362db03e48c0589013c349da156 (diff)
Fix typo
Change-Id: Idc184c5155fa69888561fed5709da36c330d1c2e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164666 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'embeddedobj/source')
-rw-r--r--embeddedobj/source/msole/olecomponent.cxx2
1 files changed, 1 insertions, 1 deletions
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.