summaryrefslogtreecommitdiff
path: root/embeddedobj
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-03-11 17:24:17 +0100
committerJulien Nabet <serval2412@yahoo.fr>2024-03-11 18:57:32 +0100
commit83c2a63223f8f08319d359b4a9a10f37539c021b (patch)
tree449231aecb55b953026b97c803621d8eec9e408f /embeddedobj
parentea1d09b039d295f0818a283e03bdaf3d5f21d5f0 (diff)
Fix typo
Change-Id: I9d09cb02d5fed17d48f0bc42ac41cf8bad3b66b2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164667 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'embeddedobj')
-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 34bce5751467..745e0e83a7e3 100644
--- a/embeddedobj/source/msole/olecomponent.cxx
+++ b/embeddedobj/source/msole/olecomponent.cxx
@@ -81,7 +81,7 @@ FORMATETC const pFormatTemplates[FORMATS_NUM] = {
//
// To handle this, several workarounds were implemented in the past; the mentioned "OnMainThread"
// argument is one of these, allowing open document requests be processed not in the handler threads
-// that receired the request, but in the main thread which will then be used for interaction. Also
+// that received the request, but in the main thread which will then be used for interaction. Also
// OleComponent::GetExtent was changed to check if the first call to IDataObject::GetData failed
// with RPC_E_WRONG_THREAD, and then retry in the main thread.
//