summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Torstein Husebø <torstein@huseboe.net>2020-01-31 12:35:40 +0100
committerLibravatar Drew DeVault <sir@cmpwn.com>2020-02-18 21:53:57 +0100
commitaf294289b10ac4ae992f591be13ea4a1444e93e9 (patch)
treeb1498179974f87008fe4b188c37cc3bfed51e79c /include
parentinput_cmd_events: add support for input types (diff)
downloadsway-af294289b10ac4ae992f591be13ea4a1444e93e9.tar.gz
sway-af294289b10ac4ae992f591be13ea4a1444e93e9.tar.zst
sway-af294289b10ac4ae992f591be13ea4a1444e93e9.zip
treewide: fix typos
Diffstat (limited to 'include')
-rw-r--r--include/sway/input/keyboard.h2
1 files changed, 1 insertions, 1 deletions
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 @@
8/** 8/**
9 * Get modifier mask from modifier name. 9 * Get modifier mask from modifier name.
10 * 10 *
11 * Returns the modifer mask or 0 if the name isn't found. 11 * Returns the modifier mask or 0 if the name isn't found.
12 */ 12 */
13uint32_t get_modifier_mask_by_name(const char *name); 13uint32_t get_modifier_mask_by_name(const char *name);
14 14