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

New commits:
commit 48f3ee275a085fc97c156038d2423b7fb1bec6d5
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Sep 24 18:54:39 2020 +0200
Commit:     Julien Nabet <serval2...@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 <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@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,
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to