From 02876e8c3e2268c9c3738ea9e8512a180e9b4550 Mon Sep 17 00:00:00 2001 From: Unit 193 <unit193@ubuntu.com> Date: Sun, 12 Apr 2020 17:21:46 -0300 Subject: [PATCH] Fix typo in debug message: happend -> happened --- thunar/thunar-standard-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thunar/thunar-standard-view.c b/thunar/thunar-standard-view.c index 3f313c770..c9f0e1b33 100644 --- a/thunar/thunar-standard-view.c +++ b/thunar/thunar-standard-view.c @@ -3193,7 +3193,7 @@ thunar_standard_view_scroll_event (GtkWidget *view, scrolling_direction = GDK_SCROLL_RIGHT; else { - g_debug ("GDK_SCROLL_SMOOTH scrolling event with no delta happend"); + g_debug ("GDK_SCROLL_SMOOTH scrolling event with no delta happened"); return TRUE; } -- GitLab