[Xcb] [PATCH:xcb-util] xcb_event.h: fix "erro" typo in comment

Alan Coopersmith alan.coopersmith at oracle.com
Sat Jun 12 09:38:30 PDT 2010


Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
 event/xcb_event.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/event/xcb_event.h b/event/xcb_event.h
index 9bd286b..e8316a1 100644
--- a/event/xcb_event.h
+++ b/event/xcb_event.h
@@ -222,7 +222,7 @@ const char * xcb_event_get_label(uint8_t type);
 
 /**
  * @brief Convert an event error type to a label.
- * @param type The erro type.
+ * @param type The error type.
  * @return A string with the event name, or NULL if unknown or if the event is
  * not an error.
  */
-- 
1.5.6.5



More information about the Xcb mailing list