chiark / gitweb /
Fix typos in config.md
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 28 Feb 2026 22:14:06 +0000 (22:14 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 1 Mar 2026 13:52:05 +0000 (13:52 +0000)
Assisted by M-x ispell-buffer.

docs/config.md

index 49a9b331e3c5b353aed3682d22a3b9d0ad86b188..32fc70d83bdfb1d1f829d59f4b954a3ecddd636b 100644 (file)
@@ -3,7 +3,7 @@ Configuration scheme
 
 Configuration is in an INI-like format.  Sections start with lines
 `[...]`.  Every setting must be in a section.  `#` and `;`
-comment lines are supported.  Settings are `nmae = value`.  Whitespace
+comment lines are supported.  Settings are `name = value`.  Whitespace
 around the name and value is ignored.
 
 The configuration files are resolved to a configuration for each
@@ -27,7 +27,7 @@ applicable sections, or failing that the built-in default:
 `<client>` is the client's virtual address in IPv4 or IPv6 literal
 syntax (without any surrounding `[..]`.
 
-`<servername>` must be in the syntrax of a valid lowercase DNS
+`<servername>` must be in the syntax of a valid lowercase DNS
 hostname (and not look like an address), or be literally `SERVER`.
 
 There are also these special sections:
@@ -48,8 +48,8 @@ Here `*` means all contained files whose names consists of only
 ascii alphanumerics plus `-` and `_`.
 
 The `--config` option can be used to override the directory (usually
-`/etc/hippotat`).  Additonally each `--extra-config` option names
-an existing file or directory to be processed analagously.
+`/etc/hippotat`).  Additionally each `--extra-config` option names
+an existing file or directory to be processed analogously.
 
 The ini file format sections from these files are all unioned.  Later
 files (in the list above, or alphabetically later) can override