mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-20 06:46:26 -04:00
ci: fix misspellings
This commit is contained in:
parent
50868caece
commit
85b6e63f4f
3 changed files with 4 additions and 4 deletions
2
config.h
2
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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue