diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-06-14 13:49:08 -0700 |
---|---|---|
committer | Arnaud Fontaine <arnau@debian.org> | 2010-11-14 19:52:37 +0900 |
commit | 7a5ec0c175043d2b6c7a5e8fb381754884c141a2 (patch) | |
tree | ce0d11f83de0f6d0c1981389b3a278d074eeb060 | |
parent | 2cbc3fcce36c2f5b2c5baec39bea26744bedd4fa (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.h | 6 |
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. */ |