mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-04 07:15:29 -04:00
config: codespell: varios -> various
This commit is contained in:
parent
ba424e8494
commit
0755aa7e83
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
|
@ -84,7 +84,7 @@ enum key_binding_type {
|
||||||
typedef tll(char *) config_modifier_list_t;
|
typedef tll(char *) config_modifier_list_t;
|
||||||
|
|
||||||
struct config_key_binding {
|
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;
|
//struct config_key_modifiers modifiers;
|
||||||
config_modifier_list_t modifiers;
|
config_modifier_list_t modifiers;
|
||||||
union {
|
union {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue