docs: fix typos

Found via `codespell -S test -L notin,nam,plantext,cryto,corelation,inout,ot`
This commit is contained in:
Kian-Meng Ang
2026-01-06 05:24:51 +08:00
committed by Steve Chavez
parent 0018c38f79
commit f5c7cde9b7
20 changed files with 28 additions and 28 deletions
+4 -4
View File
@@ -694,13 +694,13 @@ exampleConfigFile = S.unlines
, "## How to terminate database transactions"
, "## Possible values are:"
, "## commit (default)"
, "## Transaction is always committed, this can not be overriden"
, "## Transaction is always committed, this can not be overridden"
, "## commit-allow-override"
, "## Transaction is committed, but can be overriden with Prefer tx=rollback header"
, "## Transaction is committed, but can be overridden with Prefer tx=rollback header"
, "## rollback"
, "## Transaction is always rolled back, this can not be overriden"
, "## Transaction is always rolled back, this can not be overridden"
, "## rollback-allow-override"
, "## Transaction is rolled back, but can be overriden with Prefer tx=commit header"
, "## Transaction is rolled back, but can be overridden with Prefer tx=commit header"
, "db-tx-end = \"commit\""
, ""
, "## The standard connection URI format, documented at"