editeng/source/editeng/impedit.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f6d9ad3936d5123e0ad8771b5ed8f44a012a08ca Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Aug 14 18:05:22 2025 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Fri Aug 15 11:55:00 2025 +0200 Fix typo Change-Id: I8b3efbaf54993c3847ec9793c50171377c8b0c3e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/189618 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/editeng/source/editeng/impedit.cxx b/editeng/source/editeng/impedit.cxx index dc1a7159a741..31e8008e093a 100644 --- a/editeng/source/editeng/impedit.cxx +++ b/editeng/source/editeng/impedit.cxx @@ -1648,7 +1648,7 @@ Pair ImpEditView::Scroll( tools::Long ndX, tools::Long ndY, ScrollRangeCheck nRa // Need to invalidate the window, otherwise no tile will be re-painted. // NOTE: // No invalidate in the sense of repaint needed, so not needed for - // all cases. Kepping it here so that for LibreOfficeKit this is still + // all cases. Keeping it here so that for LibreOfficeKit this is still // done, that may need a repaint. Just doing it will work, but do an // extra-primitive extraction at the paint which is usually not needed GetEditViewPtr()->Invalidate();
