1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-23 15:37:01 +00:00

Fix documentation/comment typos

This patch fixes a variety of typos in documentation and comments, found
by running `codespell`.
This commit is contained in:
Alberto Bertogli
2023-10-07 12:40:59 +01:00
parent 43e98e08a8
commit 5cdbd9ff6e
15 changed files with 16 additions and 16 deletions

View File

@@ -37,7 +37,7 @@ if [ "$AUTH_AS" != "" ]; then
rm "$TF.dkimout"
else
# NOTE: This is using driusan/dkim instead of dkimpy, because dkimpy can't be
# overriden to get the DNS information from anywhere else (text file or custom
# overridden to get the DNS information from anywhere else (text file or custom
# DNS server).
dkimverify -txt ../.dkimcerts/private.dns < "$TF"
fi

View File

@@ -56,7 +56,7 @@ fi
# Verify the signature manually, just in case.
# NOTE: This is using driusan/dkim instead of dkimpy, because dkimpy can't be
# overriden to get the DNS information from anywhere else (text file or custom
# overridden to get the DNS information from anywhere else (text file or custom
# DNS server).
dkimverify -txt .dkimcerts/private.dns < .mail/someone@testserver