diff options
Diffstat (limited to 'libxcb')
-rw-r--r-- | libxcb/src/xcb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libxcb/src/xcb.h b/libxcb/src/xcb.h index 44f650ad7..179af845c 100644 --- a/libxcb/src/xcb.h +++ b/libxcb/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 */ |