aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2023-08-23 18:11:13 +0000
committerFurkan Sahin <furkan-dev@proton.me>2023-08-23 18:11:13 +0000
commit5f904b12b7844589d8cb9553a8f581cca23f6b01 (patch)
treeaab6f34e9cd674892b661730c1e5b8f2bc66aa64 /include
parent42e52035532677b3a31f6f6d3ea60b3fea967d75 (diff)
Fix typo
Diffstat (limited to 'include')
-rw-r--r--include/sway/input/text_input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/input/text_input.h b/include/sway/input/text_input.h
index 4de96d44..214e61d1 100644
--- a/include/sway/input/text_input.h
+++ b/include/sway/input/text_input.h
@@ -8,7 +8,7 @@
/**
* The relay structure manages the relationship between text-input and
* input_method interfaces on a given seat. Multiple text-input interfaces may
- * be bound to a relay, but at most one will be focused (reveiving events) at
+ * be bound to a relay, but at most one will be focused (receiving events) at
* a time. At most one input-method interface may be bound to the seat. The
* relay manages life cycle of both sides. When both sides are present and
* focused, the relay passes messages between them.