1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-17 14:37:02 +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

@@ -90,7 +90,7 @@ func TestNewDomain(t *testing.T) {
for _, c := range cases {
// The other tests do an incoming check first, so new domains would get
// created via that path. We switch the order here to exercise that
// OutgoingSecLevel also handles new domains successfuly.
// OutgoingSecLevel also handles new domains successfully.
if !db.OutgoingSecLevel(tr, c.domain, c.level) {
t.Errorf("domain %q not allowed (out) at %s", c.domain, c.level)
}