summaryrefslogtreecommitdiffstats
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-20 16:23:26 -0700
commit69d9c21973a825c3f520e7d53a59127f552f8c00 (patch)
treeac22fff581529d23022a8d7610a5c65e6aae2b0f
parentprotocol: Add missing d to 'x an y' (diff)
downloadwayland-69d9c21973a825c3f520e7d53a59127f552f8c00.tar
wayland-69d9c21973a825c3f520e7d53a59127f552f8c00.tar.gz
wayland-69d9c21973a825c3f520e7d53a59127f552f8c00.tar.bz2
wayland-69d9c21973a825c3f520e7d53a59127f552f8c00.tar.lz
wayland-69d9c21973a825c3f520e7d53a59127f552f8c00.tar.xz
wayland-69d9c21973a825c3f520e7d53a59127f552f8c00.tar.zst
wayland-69d9c21973a825c3f520e7d53a59127f552f8c00.zip
protocol: Improve grammar for set class description
Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
-rw-r--r--protocol/wayland.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 0dbe988..7ad0ddb 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -846,9 +846,9 @@
Set a class for the surface.
The surface class identifies the general class of applications
- to which the surface belongs. A common convention is to use
- the file name (full path if non-standard location) of the
- applications .desktop file as the class.
+ to which the surface belongs. A common convention is to use the
+ file name (or the full path if it is a non-standard location) of
+ the application's .desktop file as the class.
</description>
<arg name="class_" type="string"/>
</request>