X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcb.h;h=179af845cc1b17e17559754f71317c15852d05da;hb=ed93a6a2a8e23f12380709de6e04b2d833df7e71;hp=44f650ad71335d363cabab51b376399871f76d23;hpb=c3deeaf714630531d693a6a902b8dabf791858b1;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcb.h b/src/xcb.h index 44f650a..179af84 100644 --- a/src/xcb.h +++ b/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 */