aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/xcb/xcb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xcb/xcb.h b/include/xcb/xcb.h
index 242e50903..1372f4653 100644
--- a/include/xcb/xcb.h
+++ b/include/xcb/xcb.h
@@ -73,7 +73,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 */