vcl/source/gdi/sallayout.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b4f607a4da4e98a34fbc9c22560901b09e348d25
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Tue Feb 10 16:17:22 2026 +0100
Commit:     Julien Nabet <[email protected]>
CommitDate: Wed Feb 11 19:25:38 2026 +0100

    Fix typo
    
    Change-Id: I6e1570aeee110fa86249b0f38ee76f71becf2b87
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199081
    Reviewed-by: Julien Nabet <[email protected]>
    Tested-by: Jenkins

diff --git a/vcl/source/gdi/sallayout.cxx b/vcl/source/gdi/sallayout.cxx
index c779015d44c1..3fe3e2416727 100644
--- a/vcl/source/gdi/sallayout.cxx
+++ b/vcl/source/gdi/sallayout.cxx
@@ -933,7 +933,7 @@ void 
MultiSalLayout::ImplAdjustMultiLayout(vcl::text::ImplLayoutArgs& rArgs,
             //
             // tdf#163761: The whole algorithm in this outer loop works by 
advancing through
             // all of the glyphs and runs in lock-step. The current glyph in 
the base layout
-            // must not outpace the fallback runs. The following loop does 
this by breaking
+            // must not outspace the fallback runs. The following loop does 
this by breaking
             // at the end of the current fallback run (which comes from the 
previous level).
             while ((maFallbackRuns[n - 
1].PosIsInRun(pGlyphs[nFirstValid]->charPos()))
                    && 
(!maFallbackRuns[n].PosIsInAnyRun(pGlyphs[nFirstValid]->charPos())))

Reply via email to