aboutsummaryrefslogtreecommitdiff
path: root/unstable/text-input
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2016-07-07 10:56:12 -0700
committerBryce Harrington <bryce@bryceharrington.org>2016-07-08 11:05:20 -0700
commit2009a70f56f01ae42654df786ad22b761e74546c (patch)
tree1767fd6d2d493204c52b0ce8ab4aa1dd6a731643 /unstable/text-input
parent65d09ef404fb26cb513f4f836e904f415c425a8f (diff)
Fix grammar for 'an X*'
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Yong Bakos <ybakos@humanoriented.com>
Diffstat (limited to 'unstable/text-input')
-rw-r--r--unstable/text-input/text-input-unstable-v1.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/unstable/text-input/text-input-unstable-v1.xml b/unstable/text-input/text-input-unstable-v1.xml
index 1d00a52..d37ffcf 100644
--- a/unstable/text-input/text-input-unstable-v1.xml
+++ b/unstable/text-input/text-input-unstable-v1.xml
@@ -328,7 +328,7 @@
Notify when a key event was sent. Key events should not be used
for normal text input operations, which should be done with
commit_string, delete_surrounding_text, etc. The key event follows
- the wl_keyboard key event convention. Sym is a XKB keysym, state a
+ the wl_keyboard key event convention. Sym is an XKB keysym, state a
wl_keyboard key_state. Modifiers are a mask for effective modifiers
(where the modifier indices are set by the modifiers_map event)
</description>