[PATCH wayland] doc: Fix typos
Kristian Høgsberg
hoegsberg at gmail.com
Fri Nov 23 19:52:11 PST 2012
On Thu, Nov 22, 2012 at 06:09:32PM -0200, Tiago Vignatti wrote:
> Signed-off-by: Tiago Vignatti <tiago.vignatti at intel.com>
> ---
> protocol/wayland.xml | 2 +-
> src/wayland-client.c | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
Thanks, applied.
Kristian
> diff --git a/protocol/wayland.xml b/protocol/wayland.xml
> index ca3c56f..cc8fb06 100644
> --- a/protocol/wayland.xml
> +++ b/protocol/wayland.xml
> @@ -102,7 +102,7 @@
>
> When a client creates a registry object, the registry object
> will emit a global event for each global currently in the
> - regitry. Globals come and go as a result of device hotplugs,
> + registry. Globals come and go as a result of device hotplugs,
> reconfiguration or other events, and the registry will send out
> @global and @global_remove events to keep the client up to date
> with the changes. To mark the end of the initial burst of
> diff --git a/src/wayland-client.c b/src/wayland-client.c
> index 5ab000c..040b9b6 100644
> --- a/src/wayland-client.c
> +++ b/src/wayland-client.c
> @@ -298,11 +298,11 @@ wl_proxy_destroy(struct wl_proxy *proxy)
> * \return 0 on success or -1 on failure
> *
> * Set proxy's listener to \c implementation and its user data to
> - * \c data. Ifa listener has already been set, this functions
> + * \c data. If a listener has already been set, this function
> * fails and nothing is changed.
> *
> * \c implementation is a vector of function pointers. For an opcode
> - * \c n, \c implemention[n] should point to the handler of \c n for
> + * \c n, \c implementation[n] should point to the handler of \c n for
> * the given object.
> *
> * \memberof wl_proxy
> --
> 1.7.9.5
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
More information about the wayland-devel
mailing list