From 69672657e040b1518a7eb1f93b4d0d96dd2be30c Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 14 Jun 2010 13:49:08 -0700 Subject: Fix typos in various header comments Signed-off-by: Alan Coopersmith Signed-off-by: Jamey Sharp --- event/xcb_event.h | 6 +++--- 1 file 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. */ -- cgit v1.2.3