summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-06-14 13:49:09 -0700
committerArnaud Fontaine <arnau@debian.org>2010-11-14 19:52:37 +0900
commit9139e56dfc3d9a66ab41df2032652aca58f32a77 (patch)
tree44c6582e09a234526189346ada57182c66103d9a
parent7a5ec0c175043d2b6c7a5e8fb381754884c141a2 (diff)
downloadxcb-util-9139e56dfc3d9a66ab41df2032652aca58f32a77.tar.gz
Rename XCB_EVENT_ERROR_SUCESS to XCB_EVENT_ERROR_SUCCESS
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Jamey Sharp <jamey@minilop.net>
-rw-r--r--event/xcb_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/event/xcb_event.h b/event/xcb_event.h
index 2ba23a7..aac51d1 100644
--- a/event/xcb_event.h
+++ b/event/xcb_event.h
@@ -169,7 +169,7 @@ XCB_EVENT_MAKE_EVENT_HANDLER(client_message, CLIENT_MESSAGE)
XCB_EVENT_MAKE_EVENT_HANDLER(mapping_notify, MAPPING_NOTIFY)
/** Everything is ok */
-#define XCB_EVENT_ERROR_SUCESS 0
+#define XCB_EVENT_ERROR_SUCCESS 0
/** Bad request code */
#define XCB_EVENT_ERROR_BAD_REQUEST 1
/** Int parameter out of range */