aboutsummaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2024-04-11 09:42:15 +0000
committerOmar Polo <op@omarpolo.com>2024-04-11 09:42:15 +0000
commit0d8eb9b60cd4dcc17a6d9ba1c71092c52c2110e7 (patch)
treebff1472c148bbff38eed19e1014581d8903a498f /site
parent5864f3ce3cf1a25f652bf0194372d3fbd8098d9a (diff)
typo: semicolors -> semicolons
Diffstat (limited to 'site')
-rw-r--r--site/changelog.gmi2
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!