Re: [PATCH wayland-protocols] Fix grammar for 'an X*'

2016-07-08 Thread Bryce Harrington
On Fri, Jul 08, 2016 at 10:20:22AM +0100, Eric Engestrom wrote:
> On Thu, Jul 07, 2016 at 10:56:12AM -0700, Bryce Harrington wrote:
> > Signed-off-by: Bryce Harrington 
> 
> This is the last of it, right? ^^
> Reviewed-by: Eric Engestrom 

Thanks Eric and Yong, pushed.
 
> > ---
> >  unstable/input-method/input-method-unstable-v1.xml | 2 +-
> >  unstable/text-input/text-input-unstable-v1.xml | 2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/unstable/input-method/input-method-unstable-v1.xml 
> > b/unstable/input-method/input-method-unstable-v1.xml
> > index 274eac8..c1b2b59 100644
> > --- a/unstable/input-method/input-method-unstable-v1.xml
> > +++ b/unstable/input-method/input-method-unstable-v1.xml
> > @@ -145,7 +145,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 wl_keyboard key_state.
> > +   event convention. Sym is an XKB keysym, state a wl_keyboard key_state.
> >
> >
> >
> > 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)
> >
> > -- 
> > 1.9.1
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel


Re: [PATCH wayland-protocols] Fix grammar for 'an X*'

2016-07-08 Thread Yong Bakos
On Jul 7, 2016, at 10:56 AM, Bryce Harrington  wrote:
> 
> Signed-off-by: Bryce Harrington 

Reviewed-by: Yong Bakos 

yong


> ---
> unstable/input-method/input-method-unstable-v1.xml | 2 +-
> unstable/text-input/text-input-unstable-v1.xml | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/unstable/input-method/input-method-unstable-v1.xml 
> b/unstable/input-method/input-method-unstable-v1.xml
> index 274eac8..c1b2b59 100644
> --- a/unstable/input-method/input-method-unstable-v1.xml
> +++ b/unstable/input-method/input-method-unstable-v1.xml
> @@ -145,7 +145,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 wl_keyboard key_state.
> + event convention. Sym is an XKB keysym, state a wl_keyboard key_state.
>   
>   
>   
> 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)
>   
> -- 
> 1.9.1
> 
> ___
> wayland-devel mailing list
> wayland-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/wayland-devel

___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel


[PATCH wayland-protocols] Fix grammar for 'an X*'

2016-07-07 Thread Bryce Harrington
Signed-off-by: Bryce Harrington 
---
 unstable/input-method/input-method-unstable-v1.xml | 2 +-
 unstable/text-input/text-input-unstable-v1.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/unstable/input-method/input-method-unstable-v1.xml 
b/unstable/input-method/input-method-unstable-v1.xml
index 274eac8..c1b2b59 100644
--- a/unstable/input-method/input-method-unstable-v1.xml
+++ b/unstable/input-method/input-method-unstable-v1.xml
@@ -145,7 +145,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 wl_keyboard key_state.
+   event convention. Sym is an XKB keysym, state a wl_keyboard key_state.
   
   
   
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)
   
-- 
1.9.1

___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel