diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2015-04-02 14:47:13 +0800 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2015-05-05 14:17:45 +0800 |
commit | a46cf2862f74f424eb36f8fddbf0b48454a19550 (patch) | |
tree | 6b02b9bf87036ea88e0f515150d83f39aea18c3f | |
parent | 56c2c35e2efe9d81e85b40f8d1168b58a7985579 (diff) | |
download | weston-a46cf2862f74f424eb36f8fddbf0b48454a19550.tar.gz weston-a46cf2862f74f424eb36f8fddbf0b48454a19550.tar.bz2 weston-a46cf2862f74f424eb36f8fddbf0b48454a19550.zip |
xdg-shell: Fix a couple of typos
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
-rw-r--r-- | protocol/xdg-shell.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/protocol/xdg-shell.xml b/protocol/xdg-shell.xml index deadf516..0d8ebe35 100644 --- a/protocol/xdg-shell.xml +++ b/protocol/xdg-shell.xml @@ -187,11 +187,10 @@ The app ID identifies the general class of applications to which the surface belongs. The compositor can use this to group multiple - applications together, or to determine how to launch a new - application. + surfaces together, or to determine how to launch a new application. See the desktop-entry specification [0] for more details on - application identifiers and how they relate to well-known DBus + application identifiers and how they relate to well-known D-Bus names and .desktop files. [0] http://standards.freedesktop.org/desktop-entry-spec/ |