summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2012-08-25 12:33:35 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2012-08-25 12:34:24 -0700
commited93a6a2a8e23f12380709de6e04b2d833df7e71 (patch)
tree4f42d57041a5d6e5ff72e07322ec115219a7b4c2
parentc3deeaf714630531d693a6a902b8dabf791858b1 (diff)
downloadxcb-libxcb-ed93a6a2a8e23f12380709de6e04b2d833df7e71.tar.gz
Fix "sppported" typo in doxygen comment for XCB_CONN_CLOSED_EXT_NOTSUPPORTED
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/xcb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xcb.h b/src/xcb.h
index 44f650a..179af84 100644
--- a/src/xcb.h
+++ b/src/xcb.h
@@ -72,7 +72,7 @@ extern "C" {
/** xcb connection errors because of socket, pipe and other stream errors. */
#define XCB_CONN_ERROR 1
-/** xcb connection shutdown because of extension not sppported */
+/** xcb connection shutdown because of extension not supported */
#define XCB_CONN_CLOSED_EXT_NOTSUPPORTED 2
/** malloc(), calloc() and realloc() error upon failure, for eg ENOMEM */