fix(typos): typos caught more typos :3 #50

Merged
jalil merged 1 commit from fix-typos into renovate/lock-file-maintenance 2025-01-04 13:45:39 +01:00
3 changed files with 6 additions and 6 deletions

View file

@ -138,7 +138,7 @@ let
in in
lib.mkIf cfg.enable { lib.mkIf cfg.enable {
# warnings = # warnings =
# lib.optional (!config.services.bind.enable) "`webnsupdate` is expected to be used alongside `bind`. This is an unsopported configuration."; # lib.optional (!config.services.bind.enable) "`webnsupdate` is expected to be used alongside `bind`. This is an unsupported configuration.";
assertions = [ assertions = [
{ {
assertion = assertion =

View file

@ -256,7 +256,7 @@ mod test {
let err = verify( let err = verify(
"\ "\
example.com.\n\ example.com.\n\
name.this-is-not-aßcii.example.org.\n\ name.this-is-not-ascii-ß.example.org.\n\
example.net.\n\ example.net.\n\
subdomain.example.com.\n\ subdomain.example.com.\n\
", ",

View file

@ -6,11 +6,11 @@ expression: out
]8;;https://en.wikipedia.org/wiki/Hostname#Syntax\(link)]8;;\ ]8;;https://en.wikipedia.org/wiki/Hostname#Syntax\(link)]8;;\
× invalid octet: '\xc3' × invalid octet: '\xc3'
╭─[test_records_invalid:2:19] ╭─[test_records_invalid:2:24]
1 │ example.com. 1 │ example.com.
2 │ name.this-is-not-aßcii.example.org. 2 │ name.this-is-not-ascii-ß.example.org.
· ┬ ·
· ╰── octet · ╰── octet
3 │ example.net. 3 │ example.net.
╰──── ╰────
help: we only accept ascii characters help: we only accept ascii characters