commit: a323701c3369650736692e360d95f162d62df71f
parent 49c35f8d95e4fb7e58d62e2b3babc06bb3066429
Author: Phantasm <phantasm@centrum.cz>
Date: Wed, 27 Nov 2024 22:21:00 +0100
docs openbsd: spellcheck
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/installation/openbsd_en.md b/docs/installation/openbsd_en.md
@@ -264,7 +264,7 @@ As root, copy `/home/_pleroma/pleroma/installation/openbsd/httpd.conf` to `/etc/
Edit `/etc/httpd.conf` settings and change:
* `<ipaddr>` with your instance's IPv4 address
- * All occurances of `example.tld` with your instance's domain name
+ * All occurrences of `example.tld` with your instance's domain name
* When using IPv6 also change:
- Uncomment the `ext_inet6="<ip6addr>"` line near the beginning of the file and change `<ip6addr` to your instance's IPv6 address
- Uncomment the line starting with `listen on $ext_inet6` in the `server` block
@@ -298,7 +298,7 @@ As root, copy `/home/_pleroma/pleroma/installation/openbsd/relayd.conf` to `/etc
Edit `/etc/relayd.conf` settings and change:
* `<ipaddr>` with your instance's IPv4 address
- * All occurances of `example.tld` with your instance's domain name
+ * All occurrences of `example.tld` with your instance's domain name
* When using IPv6 also change:
- Uncomment the `ext_inet6="<ip6addr>"` line near the beginning of the file and change `<ip6addr>` to your instance's IPv6 address
- Uncomment the line starting with `listen on $ext_inet6` in the `relay wwwtls` block