protocol: Fix typo
authorTiago Vignatti <tiago.vignatti@intel.com>
Tue, 25 Sep 2012 09:19:57 +0000 (12:19 +0300)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 25 Sep 2012 14:15:17 +0000 (10:15 -0400)
Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
protocol/wayland.xml

index ff077a3..e9f8034 100644 (file)
@@ -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.