sc/source/ui/view/tabview4.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ed0c9511dbda2b2bc457030171bec2f655f34c4c
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Mar 21 14:42:37 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Mar 21 15:46:24 2024 +0100

    Fix typo
    
    Change-Id: I229126f1fc52e85026dd75fb6ce3851653a8e250
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165102
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sc/source/ui/view/tabview4.cxx b/sc/source/ui/view/tabview4.cxx
index 5c19b6cf0794..2c7a5e1bdbed 100644
--- a/sc/source/ui/view/tabview4.cxx
+++ b/sc/source/ui/view/tabview4.cxx
@@ -375,7 +375,7 @@ void ScTabView::SetScrollBar( ScrollAdaptor& rScroll, 
tools::Long nRangeMax, too
     //   drag in unexpected locations to move the scrollbar thumb
     //   in the desired direction
     // - Repeatedly dragging the scrollbar thumb leftward can only
-    //   move no highter than the R, S, or T columns
+    //   move no higher than the R, S, or T columns
     rScroll.EnableRTL( false );
 
     // Related: tdf#93352 swap arrows if layout is RTL

Reply via email to