From: Otto Moerbeek Date: Thu, 23 May 2024 13:42:33 +0000 (+0200) Subject: Typo in comment X-Git-Tag: rec-5.1.0-beta1~25^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F14227%2Fhead;p=thirdparty%2Fpdns.git Typo in comment Co-authored-by: Remi Gacogne --- diff --git a/regression-tests.recursor-dnssec/test_Protobuf.py b/regression-tests.recursor-dnssec/test_Protobuf.py index f897466d01..a3cf75404b 100644 --- a/regression-tests.recursor-dnssec/test_Protobuf.py +++ b/regression-tests.recursor-dnssec/test_Protobuf.py @@ -1249,7 +1249,7 @@ auth-zones=example=configs/%s/example.zone""" % _confdir self.checkProtobufIdentity(msg, self._requestorId + port, (self._deviceId + port).encode('ascii'), self._deviceName + port) self.checkNoRemainingMessage() - # Agin, but now the PC is involved + # Again, but now the PC is involved # check the protobuf messages corresponding to the UDP query and answer # Re-init socket so we get a different port self.setUpSockets();