From 35d8da8ef688de7bff63972e50461124415dc63c Mon Sep 17 00:00:00 2001 From: Tiago Vignatti Date: Tue, 25 Sep 2012 12:19:57 +0300 Subject: [PATCH] protocol: Fix typo Signed-off-by: Tiago Vignatti --- protocol/wayland.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ - 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. -- 2.7.4