diff options
author | marha <marha@users.sourceforge.net> | 2012-08-27 08:25:28 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-09-04 14:23:01 +0200 |
commit | f92e8f13b09f317d156bba539a4f904465cfd9d8 (patch) | |
tree | add85681fcdd41aa08cf5e17c5abab76469c2f90 /include/xcb | |
parent | 02b914d3b9b658a16e17cf2d95deede75dbbacc9 (diff) | |
download | vcxsrv-f92e8f13b09f317d156bba539a4f904465cfd9d8.tar.gz vcxsrv-f92e8f13b09f317d156bba539a4f904465cfd9d8.tar.bz2 vcxsrv-f92e8f13b09f317d156bba539a4f904465cfd9d8.zip |
Syncrhonised files
Diffstat (limited to 'include/xcb')
-rw-r--r-- | include/xcb/xcb.h | 2 |
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 */ |