summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2016-05-02 09:49:35 +0100
committerBryce Harrington <bryce@osg.samsung.com>2016-05-02 17:46:29 -0700
commit479945b4f1c34207ad785f844eca3e422af1c6dd (patch)
tree699524b1bc6cc374241dac13a9a16a30edfa6024
parent8f4db349aaca8684774147cc4d5e2788633b5a0c (diff)
downloadwayland-479945b4f1c34207ad785f844eca3e422af1c6dd.tar.gz
util: fix typo
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Armin Krezović <krezovic.armin@gmail.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
-rw-r--r--src/wayland-util.h2
1 files changed, 1 insertions, 1 deletions
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.