[PATCH wayland 2/2] doc: Fix spelling of parameters

2013-12-09 Thread Jonas Ådahl
Signed-off-by: Jonas Ådahl jad...@gmail.com
---
 src/wayland-client.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/wayland-client.c b/src/wayland-client.c
index ab79b7b..7503ca0 100644
--- a/src/wayland-client.c
+++ b/src/wayland-client.c
@@ -427,7 +427,7 @@ create_outgoing_proxy(struct wl_proxy *proxy, const struct 
wl_message *message,
  * \param proxy The proxy object
  * \param opcode Opcode of the request to be sent
  * \param args Extra arguments for the given request
- * \param iterface The interface to use for the new proxy
+ * \param interface The interface to use for the new proxy
  *
  * Translates the request given by opcode and the extra arguments into the
  * wire format and write it to the connection buffer.  This version takes an
@@ -519,7 +519,7 @@ wl_proxy_marshal(struct wl_proxy *proxy, uint32_t opcode, 
...)
  *
  * \param proxy The proxy object
  * \param opcode Opcode of the request to be sent
- * \param iterface The interface to use for the new proxy
+ * \param interface The interface to use for the new proxy
  * \param ... Extra arguments for the given request
  * \return A new wl_proxy for the new_id argument or NULL on error
  *
-- 
1.8.1.2

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


Re: [PATCH wayland 2/2] doc: Fix spelling of parameters

2013-12-09 Thread Bryce W. Harrington
On Mon, Dec 09, 2013 at 10:35:22PM +0100, Jonas Ådahl wrote:
 Signed-off-by: Jonas Ådahl jad...@gmail.com

Reviewed-by: Bryce Harrington b.harring...@samsung.com

 ---
  src/wayland-client.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/src/wayland-client.c b/src/wayland-client.c
 index ab79b7b..7503ca0 100644
 --- a/src/wayland-client.c
 +++ b/src/wayland-client.c
 @@ -427,7 +427,7 @@ create_outgoing_proxy(struct wl_proxy *proxy, const 
 struct wl_message *message,
   * \param proxy The proxy object
   * \param opcode Opcode of the request to be sent
   * \param args Extra arguments for the given request
 - * \param iterface The interface to use for the new proxy
 + * \param interface The interface to use for the new proxy
   *
   * Translates the request given by opcode and the extra arguments into the
   * wire format and write it to the connection buffer.  This version takes an
 @@ -519,7 +519,7 @@ wl_proxy_marshal(struct wl_proxy *proxy, uint32_t opcode, 
 ...)
   *
   * \param proxy The proxy object
   * \param opcode Opcode of the request to be sent
 - * \param iterface The interface to use for the new proxy
 + * \param interface The interface to use for the new proxy
   * \param ... Extra arguments for the given request
   * \return A new wl_proxy for the new_id argument or NULL on error
   *
 -- 
 1.8.1.2
 
 ___
 wayland-devel mailing list
 wayland-devel@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/wayland-devel
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel