diff options
author | Omar Polo <op@omarpolo.com> | 2024-04-11 09:42:15 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-04-11 09:42:15 +0000 |
commit | 0d8eb9b60cd4dcc17a6d9ba1c71092c52c2110e7 (patch) | |
tree | bff1472c148bbff38eed19e1014581d8903a498f /site | |
parent | 5864f3ce3cf1a25f652bf0194372d3fbd8098d9a (diff) |
typo: semicolors -> semicolons
Diffstat (limited to 'site')
-rw-r--r-- | site/changelog.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/changelog.gmi b/site/changelog.gmi index 406b7a0..7396152 100644 --- a/site/changelog.gmi +++ b/site/changelog.gmi @@ -4,7 +4,7 @@ - fix `log access path' with `chroot' enabled. - fix config dumping (-nn). -- rework grammar to allow semicolors after top-level statements. +- rework grammar to allow semicolons after top-level statements. - don't make the log styles reserved keywords. - contrib/vim: fixed indent, from Anna “CyberTailor”, thanks! |