[PATCH wayland 1/5] client: fix typo
Armin Krezović
krezovic.armin at gmail.com
Mon May 2 10:29:57 UTC 2016
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>
> 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.
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/wayland-devel/attachments/20160502/64846dd8/attachment-0001.sig>
More information about the wayland-devel
mailing list