aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-08-27 08:25:28 +0200
committermarha <marha@users.sourceforge.net>2012-09-04 14:23:01 +0200
commitf92e8f13b09f317d156bba539a4f904465cfd9d8 (patch)
treeadd85681fcdd41aa08cf5e17c5abab76469c2f90 /include
parent02b914d3b9b658a16e17cf2d95deede75dbbacc9 (diff)
downloadvcxsrv-f92e8f13b09f317d156bba539a4f904465cfd9d8.tar.gz
vcxsrv-f92e8f13b09f317d156bba539a4f904465cfd9d8.tar.bz2
vcxsrv-f92e8f13b09f317d156bba539a4f904465cfd9d8.zip
Syncrhonised files
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 */