Skip to content

Commit

Permalink
Fix typo in new Nameserver11 implementation (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreenx committed Jan 3, 2022
1 parent 0c43fd9 commit c90a0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Zonemaster/Engine/Test/Nameserver.pm
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ Readonly my %TAG_DESCRIPTIONS => (
},
UNKNOWN_OPTION_CODE => sub {
__x # NAMESERVER:UNKNOWN_OPTION_CODE
'Nameserver {ns} responds with an unknown ENDS OPTION-CODE.', @_;
'Nameserver {ns} responds with an unknown EDNS OPTION-CODE.', @_;
},
UNSUPPORTED_EDNS_VER => sub {
__x # NAMESERVER:UNSUPPORTED_EDNS_VER
Expand Down

0 comments on commit c90a0bc

Please sign in to comment.