diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-02-02 08:48:01 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-02-02 08:48:01 -0500 |
commit | 39d5e78d37033d439e1eac9176e4e3bd8829f071 (patch) | |
tree | db9448e96f29b91b40d8d7357b14e2806e798f0d | |
parent | 8cf622f0746c3d30774a9eace357eee1fb916db1 (diff) |
Fix typo in xcursor.h
-rw-r--r-- | include/wlr/xcursor.h | 2 |
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; |