fix: grammar (codespell)

This commit is contained in:
2024-09-05 17:23:18 +02:00
parent 462d1fd337
commit 730e6db100
10 changed files with 13 additions and 36 deletions

View File

@@ -13,7 +13,7 @@ lidm-config \- Configuration file syntax for lidm
.SH DESCRIPTION
The \fI/etc/lidm.ini\fP file specifies all the configuration for lidm, including theme colors.
The config parser is very primitive still, so the file only consists of \fBkey/value\fP pairs separated by \fB' = '\fP (yes, the surrounding spaces are neccessary). It will also not warn if the config is invalid.
The config parser is very primitive still, so the file only consists of \fBkey/value\fP pairs separated by \fB' = '\fP (yes, the surrounding spaces are necessary). It will also not warn if the config is invalid.
You can't escape characters with \fB'\\'\fP, but the program reads until the end of line, so you can put any raw bytes there.