[Libreoffice-commits] core.git: framework/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Sep 24 17:39:16 UTC 2020


 framework/source/services/frame.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 48f3ee275a085fc97c156038d2423b7fb1bec6d5
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Sep 24 18:54:39 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Sep 24 19:38:31 2020 +0200

    Fix typo
    
    Change-Id: Iec2ac77967b3a5222dfedff4d7e7874c5502950d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103347
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index 4941566b80f7..562afb695e35 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -586,7 +586,7 @@ css::uno::Reference< css::lang::XComponent > SAL_CALL XFrameImpl::loadComponentF
     {
         // Make sure that we own the solar mutex, otherwise later
         // vcl::SolarThreadExecutor::execute() will release the solar mutex, even if it's owned by
-        // an other thread, leading to an std::abort() at the end.
+        // another thread, leading to an std::abort() at the end.
         SolarMutexGuard g;
 
         return vcl::solarthread::syncExecute(std::bind(&LoadEnv::loadComponentFromURL, xThis,


More information about the Libreoffice-commits mailing list