From: Eric Engestrom Date: Mon, 2 May 2016 08:49:35 +0000 (+0100) Subject: util: fix typo X-Git-Tag: 1.10.91~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=479945b4f1c34207ad785f844eca3e422af1c6dd;p=platform%2Fupstream%2Fwayland.git util: fix typo Signed-off-by: Eric Engestrom Reviewed-by: Armin Krezović Reviewed-by: Bryce Harrington --- 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.