diff options
author | Yong Bakos <ybakos@humanoriented.com> | 2016-04-11 17:22:58 -0500 |
---|---|---|
committer | Bryce Harrington <bryce@bryceharrington.org> | 2016-04-13 12:35:08 -0700 |
commit | fc2889ba01f94e3771c32c786cc101a42f7d9e49 (patch) | |
tree | eb3d4327cffbd0f34f2e349c491fff0933a5cf7e /unstable | |
parent | 4e7b2fb4da2dc8324379d5ac9809572671505f8a (diff) |
relative-pointer: Correct spelling error, one capitalization, and minor space
Downcase the protocol description summary.
Adjust two double-spaces to one, like the rest of the content.
Signed-off-by: Yong Bakos <ybakos@humanoriented.com>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
Diffstat (limited to 'unstable')
-rw-r--r-- | unstable/relative-pointer/relative-pointer-unstable-v1.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/unstable/relative-pointer/relative-pointer-unstable-v1.xml b/unstable/relative-pointer/relative-pointer-unstable-v1.xml index 2d2b0f3..24935a3 100644 --- a/unstable/relative-pointer/relative-pointer-unstable-v1.xml +++ b/unstable/relative-pointer/relative-pointer-unstable-v1.xml @@ -25,7 +25,7 @@ DEALINGS IN THE SOFTWARE. </copyright> - <description summary="Protocol for relative pointer motion events"> + <description summary="protocol for relative pointer motion events"> This protocol specifies a set of interfaces used for making clients able to receive relative pointer events not obstructed by barriers (such as the monitor edge or other pointer barriers). @@ -42,9 +42,9 @@ Warning! The protocol described in this file is experimental and backward incompatible changes may be made. Backward compatible changes may be added - together with the corresponding interface version bump. Backward + together with the corresponding interface version bump. Backward incompatible changes are done by bumping the version number in the protocol - and interface names and resetting the interface version. Once the protocol + and interface names and resetting the interface version. Once the protocol is to be declared stable, the 'z' prefix and the version number in the protocol and interface names are removed and the interface version number is reset. @@ -111,7 +111,7 @@ Relative motions are not coupled to wl_pointer.motion events, and can be sent in combination with such events, but also independently. There may - also be scenarious where wl_pointer.motion is sent, but there is no + also be scenarios where wl_pointer.motion is sent, but there is no relative motion. The order of an absolute and relative motion event originating from the same physical motion is not guaranteed. |