diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-11-21 16:27:59 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-11-21 20:48:47 +0100 |
commit | dcb13565119faa3bfecfb487230bac02d73509b2 (patch) | |
tree | 43be33d874782783b4194d53700af4f75c364036 /vcl/unx/gtk3 | |
parent | 2420ef3c349fb323cc5b28a0d00b2234098f34b4 (diff) |
fix a comment typo
Change-Id: I6497222d5fcb29d51fb3ac70a57d09593b27fd26
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143043
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/unx/gtk3')
-rw-r--r-- | vcl/unx/gtk3/gtkframe.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |