diff options
author | Boyan Ding <stu_dby@126.com> | 2014-06-23 10:51:49 +0800 |
---|---|---|
committer | Jason Ekstrand <jason.ekstrand@intel.com> | 2014-06-24 10:19:03 -0700 |
commit | 1478ea54caea6620378e4383d84e0f67d8c4e299 (patch) | |
tree | ebcc72a9e5dc6e70d9df5b122619fc196e4910fa /protocol | |
parent | 5872b6821be7c9c0a17a0de962e3f4a04f5d0c6f (diff) | |
download | weston-1478ea54caea6620378e4383d84e0f67d8c4e299.tar.gz |
xdg-shell: Fix a typo in description
Signed-off-by: Boyan Ding <stu_dby@126.com>
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/xdg-shell.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/xdg-shell.xml b/protocol/xdg-shell.xml index 28add405..0327f40a 100644 --- a/protocol/xdg-shell.xml +++ b/protocol/xdg-shell.xml @@ -304,7 +304,7 @@ </enum> <event name="configure"> - <description summary="suggest a surface chnage"> + <description summary="suggest a surface change"> The configure event asks the client to resize its surface. The width and height arguments specify a hint to the window |