aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar luzpaz <luzpaz@users.noreply.github.com>2023-08-23 18:11:13 +0000
committerLibravatar Simon Ser <contact@emersion.fr>2023-08-23 20:18:13 +0200
commitd84b3832f4616ee2a18f3ad4c0cd9cd996458d2c (patch)
treeaab6f34e9cd674892b661730c1e5b8f2bc66aa64
parentchore: chase wlroots xdg-surface role rework (diff)
downloadsway-d84b3832f4616ee2a18f3ad4c0cd9cd996458d2c.tar.gz
sway-d84b3832f4616ee2a18f3ad4c0cd9cd996458d2c.tar.zst
sway-d84b3832f4616ee2a18f3ad4c0cd9cd996458d2c.zip
Fix typo
-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 @@
8/** 8/**
9 * The relay structure manages the relationship between text-input and 9 * The relay structure manages the relationship between text-input and
10 * input_method interfaces on a given seat. Multiple text-input interfaces may 10 * input_method interfaces on a given seat. Multiple text-input interfaces may
11 * be bound to a relay, but at most one will be focused (reveiving events) at 11 * be bound to a relay, but at most one will be focused (receiving events) at
12 * a time. At most one input-method interface may be bound to the seat. The 12 * a time. At most one input-method interface may be bound to the seat. The
13 * relay manages life cycle of both sides. When both sides are present and 13 * relay manages life cycle of both sides. When both sides are present and
14 * focused, the relay passes messages between them. 14 * focused, the relay passes messages between them.