vcl/unx/gtk3/gtkframe.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dcb13565119faa3bfecfb487230bac02d73509b2
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Mon Nov 21 16:27:59 2022 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Mon Nov 21 20:48:47 2022 +0100

    fix a comment typo
    
    Change-Id: I6497222d5fcb29d51fb3ac70a57d09593b27fd26
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143043
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/vcl/unx/gtk3/gtkframe.cxx b/vcl/unx/gtk3/gtkframe.cxx
index 214262c6db11..8ae708ad99b5 100644
--- a/vcl/unx/gtk3/gtkframe.cxx
+++ b/vcl/unx/gtk3/gtkframe.cxx
@@ -3272,7 +3272,7 @@ void GtkSalFrame::DrawingAreaScroll(double delta_x, 
double delta_y, int nEventX,
     aEvent.mnY = nEventY;
     aEvent.mnCode = GetMouseModCode(nState);
 
-    // rhbz#1344042 "Traditionally" in gtk3 we tool a single up/down event as
+    // rhbz#1344042 "Traditionally" in gtk3 we took a single up/down event as
     // equating to 3 scroll lines and a delta of 120. So scale the delta here
     // by 120 where a single mouse wheel click is an incoming delta_x of 1
     // and divide that by 40 to get the number of scroll lines

Reply via email to