projects
/
free-sw
/
xcb
/
libxcb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3deeaf
)
Fix "sppported" typo in doxygen comment for XCB_CONN_CLOSED_EXT_NOTSUPPORTED
author
Alan Coopersmith
<alan.coopersmith@oracle.com>
Sat, 25 Aug 2012 19:33:35 +0000
(12:33 -0700)
committer
Alan Coopersmith
<alan.coopersmith@oracle.com>
Sat, 25 Aug 2012 19:34:24 +0000
(12:34 -0700)
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
src/xcb.h
patch
|
blob
|
history
diff --git
a/src/xcb.h
b/src/xcb.h
index
44f650a
..
179af84
100644
(file)
--- 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 s
p
pported */
+/** xcb connection shutdown because of extension not s
u
pported */
#define XCB_CONN_CLOSED_EXT_NOTSUPPORTED 2
/** malloc(), calloc() and realloc() error upon failure, for eg ENOMEM */