diff --git a/src/apprt/gtk/key.zig b/src/apprt/gtk/key.zig index 80191b7f5..311bff0da 100644 --- a/src/apprt/gtk/key.zig +++ b/src/apprt/gtk/key.zig @@ -129,7 +129,7 @@ pub fn eventMods( // On Wayland, we have to use the GDK device because the mods sent // to this event do not have the modifier key applied if it was - // presssed (i.e. left control). + // pressed (i.e. left control). break :mods translateMods(c.gdk_device_get_modifier_state(device)); };