diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-08-25 12:33:35 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-08-25 12:34:24 -0700 |
commit | ed93a6a2a8e23f12380709de6e04b2d833df7e71 (patch) | |
tree | 4f42d57041a5d6e5ff72e07322ec115219a7b4c2 | |
parent | c3deeaf714630531d693a6a902b8dabf791858b1 (diff) |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |