From fd2c461e7df5c7b366cc4db3aba0883c40d63248 Mon Sep 17 00:00:00 2001
From: Peter Cock
Date: Fri, 3 Jan 2025 18:44:04 +0000
Subject: [PATCH] typo in key.zig
---
src/apprt/gtk/key.zig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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));
};