From 7e052ed63c68e00d6b4f32e5941258a347eee0ac Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Thu, 23 May 2024 15:42:33 +0200 Subject: [PATCH] Typo in comment Co-authored-by: Remi Gacogne --- regression-tests.recursor-dnssec/test_Protobuf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.47.2