From: Josh Soref Date: Thu, 2 Feb 2017 09:44:15 +0000 (+0000) Subject: spelling: defined X-Git-Tag: rec-4.1.0-alpha1~291^2~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=718033e2ff4c5b2744ba0c95701df83c43255aa4;p=thirdparty%2Fpdns.git spelling: defined --- diff --git a/regression-tests.dnsdist/clientsubnetoption.py b/regression-tests.dnsdist/clientsubnetoption.py index 5306985288..13bcd16757 100644 --- a/regression-tests.dnsdist/clientsubnetoption.py +++ b/regression-tests.dnsdist/clientsubnetoption.py @@ -126,7 +126,7 @@ class ClientSubnetOption(dns.edns.Option): return self.option == DRAFT_OPTION_CODE def to_wire(self, file): - """Create EDNS packet as definied in draft-vandergaast-edns-client-subnet-01.""" + """Create EDNS packet as defined in draft-vandergaast-edns-client-subnet-01.""" ip = self.calculate_ip() diff --git a/regression-tests.dnsdist/cookiesoption.py b/regression-tests.dnsdist/cookiesoption.py index 60c55db219..15ab1722f0 100644 --- a/regression-tests.dnsdist/cookiesoption.py +++ b/regression-tests.dnsdist/cookiesoption.py @@ -23,7 +23,7 @@ class CookiesOption(dns.edns.Option): self.server = server def to_wire(self, file): - """Create EDNS packet as definied in draft-ietf-dnsop-cookies-09.""" + """Create EDNS packet as defined in draft-ietf-dnsop-cookies-09.""" file.write(self.client) if self.server and len(self.server) > 0: