[PATCH wayland 1/5] client: fix typo
Bryce Harrington
bryce at osg.samsung.com
Tue May 3 00:47:04 UTC 2016
On Mon, May 02, 2016 at 12:29:57PM +0200, Armin Krezović wrote:
> On 02.05.2016 10:49, Eric Engestrom wrote:
>
> Since all of the fixes are trivial, patches 1-5:
>
> Reviewed-by: Armin Krezović <krezovic.armin at gmail.com>
Thanks, pushed:
4db7602..ee4e21c master -> master
Bryce
> > Signed-off-by: Eric Engestrom <eric at engestrom.ch>
> > ---
> > src/wayland-client.c | 8 ++++----
> > 1 file changed, 4 insertions(+), 4 deletions(-)
> >
> > diff --git a/src/wayland-client.c b/src/wayland-client.c
> > index 7af806c..03c087a 100644
> > --- a/src/wayland-client.c
> > +++ b/src/wayland-client.c
> > @@ -581,7 +581,7 @@ create_outgoing_proxy(struct wl_proxy *proxy, const struct wl_message *message,
> > *
> > * For new-id arguments, this function will allocate a new wl_proxy
> > * and send the ID to the server. The new wl_proxy will be returned
> > - * on success or NULL on errror with errno set accordingly. The newly
> > + * on success or NULL on error with errno set accordingly. The newly
> > * created proxy will inherit their version from their parent.
> > *
> > * \note This is intended to be used by language bindings and not in
> > @@ -616,7 +616,7 @@ wl_proxy_marshal_array_constructor(struct wl_proxy *proxy,
> > *
> > * For new-id arguments, this function will allocate a new wl_proxy
> > * and send the ID to the server. The new wl_proxy will be returned
> > - * on success or NULL on errror with errno set accordingly. The newly
> > + * on success or NULL on error with errno set accordingly. The newly
> > * created proxy will have the version specified.
> > *
> > * \note This is intended to be used by language bindings and not in
> > @@ -711,7 +711,7 @@ wl_proxy_marshal(struct wl_proxy *proxy, uint32_t opcode, ...)
> > *
> > * For new-id arguments, this function will allocate a new wl_proxy
> > * and send the ID to the server. The new wl_proxy will be returned
> > - * on success or NULL on errror with errno set accordingly. The newly
> > + * on success or NULL on error with errno set accordingly. The newly
> > * created proxy will inherit their version from their parent.
> > *
> > * \note This should not normally be used by non-generated code.
> > @@ -749,7 +749,7 @@ wl_proxy_marshal_constructor(struct wl_proxy *proxy, uint32_t opcode,
> > *
> > * For new-id arguments, this function will allocate a new wl_proxy
> > * and send the ID to the server. The new wl_proxy will be returned
> > - * on success or NULL on errror with errno set accordingly. The newly
> > + * on success or NULL on error with errno set accordingly. The newly
> > * created proxy will have the version specified.
> > *
> > * \note This should not normally be used by non-generated code.
> >
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2
>
> iQIcBAEBCAAGBQJXJywlAAoJEFFnYkKqnAm6TdUP/2SQzgxVkMHkdE+YxWeUZtvD
> BCRqznGAwqGNkQTe7KKlgQZwnDpzG+rEzSqzjwhZ+QXed6YfQWYCMlIMMSWyHXZ2
> 60jHehWjHxBf+pmFNKfY9RS8kXAhTSSvWwxjg+H9Ko23V98uSF2PotHst6HSix2X
> DQo23cBQb6C3fxbM0P04rGf7oVcF6d5OPp7Ypnmym9oQdYICt7TSOAtvh3qgkKr6
> zoheIYUK76zJsfGvrRadLSG6fedIFvVF7p74Pn0viX+6yTYxc58N1ht5haRtV80o
> reOQ6qtkqhKoklV+B/FupzRsaveUlCO+AH0CIcwSqKb2Qb4Fea6Qbh50MBk+cWK6
> vyeIOXiPaZ+Ia+h5kAVHo2PxWWDDCMJIR+HtltJ2YO0cANX4VXn14Dp8nFQc6vCd
> nFTkZgDI5//3XFw5FT2iJnWxiOzIsm7nEbXjXOWLkK6TUwbEoC2TBzpFX4+tsd6q
> 5d3MWcEQmph26AOzTn+4MZk3sBKhQ8rkUJfVD9pcL0DqHIBAtDZMEuszwDsPWiXf
> wWef10elPJvc4MFu9OJBW3iHAkNBOWXxQxO/8iTdTYAFvWnmbesHcrPypntdAmrM
> pe0HFVzbIhymeRJQUJC9sxyWRVJXd20uimwCvDKmUhelRn1TfcLpVqg0pfUHPs7w
> yjeYM5FkYCzch+aUIJ1e
> =zCLg
> -----END PGP SIGNATURE-----
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/wayland-devel
More information about the wayland-devel
mailing list