Skip to content
Snippets Groups Projects
Commit 0986cfb7 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

review fix: typo

parent 7f985098
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ resp.check_rr("answer", "mx.test", "MX")
resp.check_rr("additional", "a.mail.test", "A")
resp.check_rr("additional", "b.mail.test", "AAAA")
# SRV recordD (only AAAA in additionals)
# SRV record (only AAAA in additionals)
resp = knot.dig("srv.test", "SRV")
resp.check(rcode="NOERROR", flags="AA")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment