break change: correct maxmize to maximize

This commit is contained in:
DreamMaoMao
2025-10-28 18:51:37 +08:00
parent 3e83e07889
commit cbcbda25cd
11 changed files with 82 additions and 82 deletions

View File

@@ -16,7 +16,7 @@ int viewtoleft_have_client(const Arg *arg);
int viewtoright_have_client(const Arg *arg);
int togglefloating(const Arg *arg);
int togglefullscreen(const Arg *arg);
int togglemaxmizescreen(const Arg *arg);
int togglemaximizescreen(const Arg *arg);
int togglegaps(const Arg *arg);
int tagmon(const Arg *arg);
int spawn(const Arg *arg);