sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit d84b3832f4616ee2a18f3ad4c0cd9cd996458d2c
parent a9086518219c0ace4a5d81c2f7219dae3b6aa20c
Author: luzpaz <luzpaz@users.noreply.github.com>
Date:   Wed, 23 Aug 2023 18:11:13 +0000

Fix typo

Diffstat:
Minclude/sway/input/text_input.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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.