[Xcb-commit] src

Alan Coopersmith alanc at kemper.freedesktop.org
Sat Aug 25 12:35:21 PDT 2012


 src/xcb.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ed93a6a2a8e23f12380709de6e04b2d833df7e71
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Aug 25 12:33:35 2012 -0700

    Fix "sppported" typo in doxygen comment for XCB_CONN_CLOSED_EXT_NOTSUPPORTED
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

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 */


More information about the xcb-commit mailing list