util: fix typo
authorEric Engestrom <eric@engestrom.ch>
Mon, 2 May 2016 08:49:35 +0000 (09:49 +0100)
committerBryce Harrington <bryce@osg.samsung.com>
Tue, 3 May 2016 00:46:29 +0000 (17:46 -0700)
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Armin Krezović <krezovic.armin@gmail.com>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
src/wayland-util.h

index cc1999d..8da156c 100644 (file)
@@ -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.