From 0b1e0a739fcd447e954d452302dc75745452b3d3 Mon Sep 17 00:00:00 2001 From: Frank Honolka Date: Thu, 2 Apr 2026 06:51:17 +0100 Subject: [PATCH] ipc.patch: misspelled recieved and recieve fixed --- patches/ipc/ipc.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/patches/ipc/ipc.patch b/patches/ipc/ipc.patch index 86282c1..2c4d744 100644 --- a/patches/ipc/ipc.patch +++ b/patches/ipc/ipc.patch @@ -436,7 +436,7 @@ index 0000000..0a6e7e5 + This interface is exposed as a global in wl_registry. + + Clients can use this interface to get a dwl_ipc_output. -+ After binding the client will recieve the dwl_ipc_manager.tags and dwl_ipc_manager.layout events. ++ After binding the client will receive the dwl_ipc_manager.tags and dwl_ipc_manager.layout events. + The dwl_ipc_manager.tags and dwl_ipc_manager.layout events expose tags and layouts to the client. + + @@ -458,7 +458,7 @@ index 0000000..0a6e7e5 + + + This event is sent after binding. -+ A roundtrip after binding guarantees the client recieved all tags. ++ A roundtrip after binding guarantees the client received all tags. + + + @@ -466,7 +466,7 @@ index 0000000..0a6e7e5 + + + This event is sent after binding. -+ A roundtrip after binding guarantees the client recieved all layouts. ++ A roundtrip after binding guarantees the client received all layouts. + + + @@ -572,7 +572,7 @@ index 0000000..0a6e7e5 + + + -+ ++ + + +