From f92e8f13b09f317d156bba539a4f904465cfd9d8 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 27 Aug 2012 08:25:28 +0200 Subject: Syncrhonised files --- include/xcb/xcb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 */ -- cgit v1.2.3