aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-02-02 08:48:01 -0500
committerDrew DeVault <sir@cmpwn.com>2018-02-02 08:48:01 -0500
commit39d5e78d37033d439e1eac9176e4e3bd8829f071 (patch)
treedb9448e96f29b91b40d8d7357b14e2806e798f0d /include
parent8cf622f0746c3d30774a9eace357eee1fb916db1 (diff)
Fix typo in xcursor.h
Diffstat (limited to 'include')
-rw-r--r--include/wlr/xcursor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/xcursor.h b/include/wlr/xcursor.h
index c7c89e02..d97469f8 100644
--- a/include/wlr/xcursor.h
+++ b/include/wlr/xcursor.h
@@ -51,7 +51,7 @@ struct wlr_xcursor {
};
/**
- * Contanier for an Xcursor theme.
+ * Container for an Xcursor theme.
*/
struct wlr_xcursor_theme {
unsigned int cursor_count;