desktop/source/lib/init.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ebbfb7bfd2ce23eceffcd7f41eb8136d38a91dab
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue May 6 18:39:54 2025 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed May 7 08:42:29 2025 +0200

    Fix typo
    
    Change-Id: I301af2c2985a64baa891dedc7d46a6d3c214774e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185000
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Simon Chenery <simon_chen...@yahoo.com>
    Tested-by: Jenkins

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 5ddfbac35557..841ac22346db 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -4687,7 +4687,7 @@ static void doc_registerCallback(LibreOfficeKitDocument* 
pThis,
             pDocument->maFontsMissing.clear();
         }
 
-        // Try to take info about already painted tiles from an other view 
that has the same
+        // Try to take info about already painted tiles from another view that 
has the same
         // CanonicalViewId.
         const OString& rViewRenderState = 
pCallbackFlushHandler->getViewRenderState();
         for (const auto& rHandler : pDocument->mpCallbackFlushHandlers)

Reply via email to