summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce W. Harrington <b.harrington@samsung.com>2013-08-09 01:47:07 +0000
committerKristian Høgsberg <krh@bitplanet.net>2013-08-08 21:42:38 -0700
commitdbc41f0344ab26fda9cc4565531b81536f8b9493 (patch)
tree02beacdf84d452a76e64fa9aaea8efc82fc51e13
parentb5e7f9caef9baa4a1177cbb22955c58044dc4aab (diff)
protocol: Fix pluralization of user in popup_done description
Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
-rw-r--r--protocol/wayland.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 10367dc..8619e91 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -953,7 +953,7 @@
<event name="popup_done">
<description summary="popup interaction is done">
The popup_done event is sent out when a popup grab is broken,
- that is, when the users clicks a surface that doesn't belong
+ that is, when the user clicks a surface that doesn't belong
to the client owning the popup surface.
</description>
</event>