treewide: fix typos and other minor issues

This commit is contained in:
Martin Weinelt
2026-03-10 04:46:20 +01:00
parent d04d1a565b
commit 1c57aab586
11 changed files with 20 additions and 19 deletions
+2 -2
View File
@@ -145,7 +145,7 @@ let
lib.filterAttrs (_: v: v ? "specialUse" && v.specialUse == "Junk") cfg.mailboxes
);
junkMailboxNumber = builtins.length junkMailboxes;
# The assertion garantees there is exactly one Junk mailbox.
# The assertion guarantees there is exactly one Junk mailbox.
junkMailboxName = if junkMailboxNumber == 1 then builtins.elemAt junkMailboxes 0 else "";
mkLdapSearchScope =
@@ -206,7 +206,7 @@ in
};
};
# for sieve-test. Shelling it in on demand usually doesnt' work, as it reads
# for sieve-test. Shelling it in on demand usually doesn't work, as it reads
# the global config and tries to open shared libraries configured in there,
# which are usually not compatible.
environment.systemPackages = [