From 7cf3287de32438d95e77290873ce3815ebbdcb74 Mon Sep 17 00:00:00 2001 From: Peter Cock Date: Fri, 3 Jan 2025 18:42:17 +0000 Subject: [PATCH] typos in key.zig --- src/input/key.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/input/key.zig b/src/input/key.zig index a875611d0..766498d54 100644 --- a/src/input/key.zig +++ b/src/input/key.zig @@ -295,7 +295,7 @@ pub const Key = enum(c_int) { eight, nine, - // puncuation + // punctuation semicolon, space, apostrophe, @@ -411,7 +411,7 @@ pub const Key = enum(c_int) { /// may be from the number row or the keypad, but it always maps /// to '.zero'. /// - /// This is what we want, we awnt people to create keybindings that + /// This is what we want, we want people to create keybindings that /// are independent of the physical key. pub fn fromASCII(ch: u8) ?Key { return switch (ch) {