summaryrefslogtreecommitdiffstats
path: root/protocol
diff options
context:
space:
mode:
authorTiago Vignatti <tiago.vignatti@intel.com>2012-09-25 12:19:57 +0300
committerKristian Høgsberg <krh@bitplanet.net>2012-09-25 10:15:17 -0400
commit35d8da8ef688de7bff63972e50461124415dc63c (patch)
tree8b4e1eb3f8ed680aa590896fc9a51d766e4a0449 /protocol
parentFix typo (ratio, not ration) (diff)
downloadwayland-35d8da8ef688de7bff63972e50461124415dc63c.tar
wayland-35d8da8ef688de7bff63972e50461124415dc63c.tar.gz
wayland-35d8da8ef688de7bff63972e50461124415dc63c.tar.bz2
wayland-35d8da8ef688de7bff63972e50461124415dc63c.tar.lz
wayland-35d8da8ef688de7bff63972e50461124415dc63c.tar.xz
wayland-35d8da8ef688de7bff63972e50461124415dc63c.tar.zst
wayland-35d8da8ef688de7bff63972e50461124415dc63c.zip
protocol: Fix typo
Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
Diffstat (limited to 'protocol')
-rw-r--r--protocol/wayland.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index ff077a3..e9f8034 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -45,7 +45,7 @@
<request name="sync">
<description summary="asynchronous roundtrip">
- The sync request asks the server to invoke the 'done' request
+ The sync request asks the server to emit the 'done' event
on the provided wl_callback object. Since requests are
handled in-order, this can be used as a barrier to ensure all
previous requests have been handled.