From 83c2a63223f8f08319d359b4a9a10f37539c021b Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 11 Mar 2024 17:24:17 +0100 Subject: Fix typo Change-Id: I9d09cb02d5fed17d48f0bc42ac41cf8bad3b66b2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164667 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- embeddedobj/source/msole/olecomponent.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embeddedobj') 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. // -- cgit