config: codespell: varios -> various

This commit is contained in:
Daniel Eklöf 2024-06-08 08:49:43 +02:00
parent ba424e8494
commit 0755aa7e83
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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 {