summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-06-14 13:49:08 -0700
committerJamey Sharp <jamey@minilop.net>2010-06-23 21:34:08 -0700
commit2839274ad7f8157417f857bcd2de736895371e5f (patch)
treed90e7395710ab8453e0366884422e969ef0ddb5b
parent8b7788b2af49eb5cb69219d1a5976d3a6be59a93 (diff)
Fix typos in various header comments
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Jamey Sharp <jamey@minilop.net>
-rw-r--r--icccm/xcb_icccm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/icccm/xcb_icccm.h b/icccm/xcb_icccm.h
index 0de4638..f05ced0 100644
--- a/icccm/xcb_icccm.h
+++ b/icccm/xcb_icccm.h
@@ -465,7 +465,7 @@ xcb_get_property_cookie_t xcb_get_wm_class_unchecked(xcb_connection_t *c,
/**
* @brief Fill give structure with the WM_CLASS property of a window.
- * @param prop The property structur to fill.
+ * @param prop The property structure to fill.
* @param reply The property request reply.
* @return Return 1 on success, 0 otherwise.
*/