diff --git a/thunar/thunar-standard-view.c b/thunar/thunar-standard-view.c index 3f313c770e1b7d27333b3a1d136b454997642155..c9f0e1b3326cb6f8eb7fb6f32c3cef0db1c8a3e5 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; }