From 39d5e78d37033d439e1eac9176e4e3bd8829f071 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 2 Feb 2018 08:48:01 -0500 Subject: [PATCH] Fix typo in xcursor.h --- include/wlr/xcursor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;