diff options
author | José Bollo <jobol@nonadev.net> | 2013-10-11 09:14:25 +0200 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-10-11 10:04:43 -0700 |
commit | 84247b7513abd03720438192c0cd2a815a294dec (patch) | |
tree | e427573473d18cb0725d41c511e8af24296c1f73 | |
parent | 2c3dbb89031f120fb191492634e53a583f99d57d (diff) |
protocol: Fix typo in documentation1.3
-rw-r--r-- | protocol/wayland.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index aeb0412..a1df007 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -38,7 +38,7 @@ The sync request asks the server to emit the 'done' event on the returned wl_callback object. Since requests are handled in-order and events are delivered in-order, this can - used as a barrier to ensure all previous requests and the + be used as a barrier to ensure all previous requests and the resulting events have been handled. The object returned by this request will be destroyed by the |