typo in key.zig

This commit is contained in:
Peter Cock
2025-01-03 18:44:04 +00:00
committed by GitHub
parent 7cf3287de3
commit fd2c461e7d

View File

@ -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));
};