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

New commits:
commit 83c2a63223f8f08319d359b4a9a10f37539c021b
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Mar 11 17:24:17 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Mar 11 18:57:32 2024 +0100

    Fix typo
    
    Change-Id: I9d09cb02d5fed17d48f0bc42ac41cf8bad3b66b2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164667
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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.
 //

Reply via email to