vcl/source/gdi/sallayout.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4773cd976401fe82169f3e3c59c114a7bc80c7d8 Author: Julien Nabet <[email protected]> AuthorDate: Thu Feb 12 23:28:56 2026 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Feb 12 23:29:13 2026 +0100 Revert "Fix typo" This reverts commit b4f607a4da4e98a34fbc9c22560901b09e348d25. Reason for revert: "outpace" is the right word. Change-Id: I72aee891079e17dc30425e1a5d67d4815b490bbd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199311 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/vcl/source/gdi/sallayout.cxx b/vcl/source/gdi/sallayout.cxx index 3fe3e2416727..c779015d44c1 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 outspace the fallback runs. The following loop does this by breaking + // must not outpace 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())))
