From ebbfb7bfd2ce23eceffcd7f41eb8136d38a91dab Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 6 May 2025 18:39:54 +0200 Subject: [PATCH] Fix typo Change-Id: I301af2c2985a64baa891dedc7d46a6d3c214774e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185000 Reviewed-by: Julien Nabet Reviewed-by: Simon Chenery Tested-by: Jenkins --- desktop/source/lib/init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)