summaryrefslogtreecommitdiff
path: root/icccm
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-06-14 13:49:08 -0700
committerArnaud Fontaine <arnau@debian.org>2010-11-14 20:21:48 +0900
commit9693d39762201abb68140b47dcd01361e60c25f4 (patch)
tree2a9d14f09770444b61a6cd88778ca964d83e6bc1 /icccm
parent857235f56b92318716823fbaff960df6b31f1b46 (diff)
Fix typos in various header comments
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Jamey Sharp <jamey@minilop.net>
Diffstat (limited to 'icccm')
-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.
*/