treewide: fix typos

This commit is contained in:
Diego Viola
2026-03-10 01:38:53 -03:00
committed by A Frederick Christensen
parent 0f2cd0555a
commit e1ad73d51c
22 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ Another usage is to serve as a hint for each modes keybindings:
enum {
BROWSER,
};
const char *modes_lablels[] = {
const char *modes_labels[] = {
"[f]irefox [b]rave [c]hromium [q]utebrowser",
};
```