From 0755aa7e83a8aa084abb32871ba590d59c43a7b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 8 Jun 2024 08:49:43 +0200 Subject: [PATCH] config: codespell: varios -> various --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index e2d94507..4ce36486 100644 --- a/config.h +++ b/config.h @@ -84,7 +84,7 @@ enum key_binding_type { typedef tll(char *) config_modifier_list_t; struct config_key_binding { - int action; /* One of the varios bind_action_* enums from wayland.h */ + int action; /* One of the various bind_action_* enums from wayland.h */ //struct config_key_modifiers modifiers; config_modifier_list_t modifiers; union {