aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2020-01-31 12:35:40 +0100
committerFurkan Sahin <furkan-dev@proton.me>2020-01-31 12:35:40 +0100
commitdef75c60ef813cd7c94824ad15d405ee63776d79 (patch)
treeb1498179974f87008fe4b188c37cc3bfed51e79c /include
parent53d1c4f29f3e8400869af643c41ef69a33db521b (diff)
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 @@
/**
* 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);