From a323701c3369650736692e360d95f162d62df71f Mon Sep 17 00:00:00 2001 From: Phantasm Date: Wed, 27 Nov 2024 22:21:00 +0100 Subject: [PATCH] docs openbsd: spellcheck --- docs/installation/openbsd_en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/openbsd_en.md b/docs/installation/openbsd_en.md index d5df310cc..1135f838c 100644 --- 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: * `` 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=""` line near the beginning of the file and change `` 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=""` line near the beginning of the file and change `` to your instance's IPv6 address - Uncomment the line starting with `listen on $ext_inet6` in the `relay wwwtls` block