mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
Codespell fixes
This commit is contained in:
parent
883368572f
commit
58d967b2f3
9 changed files with 14 additions and 14 deletions
2
main.c
2
main.c
|
|
@ -176,7 +176,7 @@ int
|
|||
main(int argc, char *const *argv)
|
||||
{
|
||||
/* Custom exit code, to enable users to differentiate between foot
|
||||
* itself failing, and the client application failiing */
|
||||
* itself failing, and the client application failing */
|
||||
static const int foot_exit_failure = -26;
|
||||
int ret = foot_exit_failure;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue