ci: fix misspellings

This commit is contained in:
Joschua Kesper 2024-05-26 22:16:01 +02:00
parent 50868caece
commit 85b6e63f4f
No known key found for this signature in database
GPG key ID: E683C3A5BC5C8BF9
3 changed files with 4 additions and 4 deletions

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 {