From af294289b10ac4ae992f591be13ea4a1444e93e9 Mon Sep 17 00:00:00 2001 From: Torstein Husebø Date: Fri, 31 Jan 2020 12:35:40 +0100 Subject: treewide: fix typos --- include/sway/input/keyboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sway/input/keyboard.h') diff --git a/include/sway/input/keyboard.h b/include/sway/input/keyboard.h index 13fcafcc..c9d2e5ce 100644 --- a/include/sway/input/keyboard.h +++ b/include/sway/input/keyboard.h @@ -8,7 +8,7 @@ /** * Get modifier mask from modifier name. * - * Returns the modifer mask or 0 if the name isn't found. + * Returns the modifier mask or 0 if the name isn't found. */ uint32_t get_modifier_mask_by_name(const char *name); -- cgit v1.2.3