summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-06-14 13:49:08 -0700
committerJamey Sharp <jamey@minilop.net>2010-06-23 21:34:08 -0700
commit69672657e040b1518a7eb1f93b4d0d96dd2be30c (patch)
tree8b44f1561cd27377e542d65bd6345c2d185a09c5
parent24da0ea60377f1b3e87fb77c6fc8aa9cec8d057c (diff)
Fix typos in various header comments
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Jamey Sharp <jamey@minilop.net>
-rw-r--r--event/xcb_event.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/event/xcb_event.h b/event/xcb_event.h
index 9bd286b..2ba23a7 100644
--- a/event/xcb_event.h
+++ b/event/xcb_event.h
@@ -168,7 +168,7 @@ XCB_EVENT_MAKE_EVENT_HANDLER(colormap_notify, COLORMAP_NOTIFY)
XCB_EVENT_MAKE_EVENT_HANDLER(client_message, CLIENT_MESSAGE)
XCB_EVENT_MAKE_EVENT_HANDLER(mapping_notify, MAPPING_NOTIFY)
-/** Everyting is ok */
+/** Everything is ok */
#define XCB_EVENT_ERROR_SUCESS 0
/** Bad request code */
#define XCB_EVENT_ERROR_BAD_REQUEST 1
@@ -214,7 +214,7 @@ XCB_EVENT_MAKE_EVENT_HANDLER(mapping_notify, MAPPING_NOTIFY)
#define XCB_EVENT_ERROR_BAD_IMPLEMENTATION 17
/**
- * @brief Convert an event reponse type to a label.
+ * @brief Convert an event response type to a label.
* @param type The event type.
* @return A string with the event name, or NULL if unknown.
*/
@@ -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.
*/