[PATCH wayland 1/3] protocol: Fix typo in wl_data_offer

Jonas Ådahl jadahl at gmail.com
Fri Jan 23 00:21:13 PST 2015


Signed-off-by: Jonas Ådahl <jadahl at gmail.com>
---

Hi,

This small series is a couple of trivial patches I had laying around and 
a clarification of some existing heuristic (patch 2) that are already in
praxis.


Jonas

 protocol/wayland.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index f70c026..ac1b62f 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -440,7 +440,7 @@
 	file descriptor.
 
 	The receiving client reads from the read end of the pipe until
-	EOF and the closes its end, at which point the transfer is
+	EOF and then closes its end, at which point the transfer is
 	complete.
       </description>
       <arg name="mime_type" type="string"/>
-- 
2.1.0



More information about the wayland-devel mailing list