protocol: Fix typo in documentation

This commit is contained in:
José Bollo 2013-10-11 09:14:25 +02:00 committed by Kristian Høgsberg
parent 2c3dbb8903
commit 84247b7513

View file

@ -38,7 +38,7 @@
The sync request asks the server to emit the 'done' event The sync request asks the server to emit the 'done' event
on the returned wl_callback object. Since requests are on the returned wl_callback object. Since requests are
handled in-order and events are delivered in-order, this can 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. resulting events have been handled.
The object returned by this request will be destroyed by the The object returned by this request will be destroyed by the