Fix "sppported" typo in doxygen comment for XCB_CONN_CLOSED_EXT_NOTSUPPORTED

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alan Coopersmith 2012-08-25 12:33:35 -07:00
parent c3deeaf714
commit ed93a6a2a8

View File

@ -72,7 +72,7 @@ extern "C" {
/** xcb connection errors because of socket, pipe and other stream errors. */ /** xcb connection errors because of socket, pipe and other stream errors. */
#define XCB_CONN_ERROR 1 #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 #define XCB_CONN_CLOSED_EXT_NOTSUPPORTED 2
/** malloc(), calloc() and realloc() error upon failure, for eg ENOMEM */ /** malloc(), calloc() and realloc() error upon failure, for eg ENOMEM */