summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-06-14 13:49:08 -0700
committerArnaud Fontaine <arnau@debian.org>2010-11-14 19:52:37 +0900
commit7a5ec0c175043d2b6c7a5e8fb381754884c141a2 (patch)
treece0d11f83de0f6d0c1981389b3a278d074eeb060
parent2cbc3fcce36c2f5b2c5baec39bea26744bedd4fa (diff)
downloadxcb-util-7a5ec0c175043d2b6c7a5e8fb381754884c141a2.tar.gz
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.
*/