From 479945b4f1c34207ad785f844eca3e422af1c6dd Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 2 May 2016 09:49:35 +0100 Subject: [PATCH] util: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Eric Engestrom Reviewed-by: Armin Krezović Reviewed-by: Bryce Harrington --- src/wayland-util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland-util.h b/src/wayland-util.h index cc1999d..8da156c 100644 --- a/src/wayland-util.h +++ b/src/wayland-util.h @@ -300,7 +300,7 @@ union wl_argument { * A dispatcher takes five arguments: The first is the dispatcher-specific * implementation data associated with the target object. The second is the * object on which the callback is being invoked (either wl_proxy or - * wl_resource). The third and fourth arguments are the opcode the wl_messsage + * wl_resource). The third and fourth arguments are the opcode the wl_message * structure corresponding to the callback being emitted. The final argument * is an array of arguments received from the other process via the wire * protocol. -- 2.7.4