]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: behaviour
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 11 Mar 2021 03:31:23 +0000 (22:31 -0500)
committerJosh Soref <jsoref@users.noreply.github.com>
Fri, 12 Mar 2021 14:22:44 +0000 (09:22 -0500)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pdns/recursordist/test-syncres_cc2.cc

index 34921b0ecd2449eee7dfa01d7322840bd3bcfa2b..8814b2f6f54cccb7f6e9cca91448481990a4db4f 100644 (file)
@@ -101,7 +101,7 @@ BOOST_AUTO_TEST_CASE(test_glueless_referral_loop)
   std::unique_ptr<SyncRes> sr;
   initSR(sr);
 
-  // We only do v4, this avoids "beenthere" non-deterministic behavour. If we do both v4 and v6, there are multiple IPs
+  // We only do v4, this avoids "beenthere" non-deterministic behaviour. If we do both v4 and v6, there are multiple IPs
   // per (root) nameserver, and the "beenthere" loop detection is influenced by the particular address family selected.
   // To see the non-deterministic behaviour, uncomment the line below (you'll be seeing around 21-24 queries).
   // See #9565
@@ -167,7 +167,7 @@ BOOST_AUTO_TEST_CASE(test_glueless_referral_loop_with_nonresolving)
   std::unique_ptr<SyncRes> sr;
   initSR(sr);
 
-  // We only do v4, this avoids "beenthere" non-deterministic behavour. If we do both v4 and v6, there are multiple IPs
+  // We only do v4, this avoids "beenthere" non-deterministic behaviour. If we do both v4 and v6, there are multiple IPs
   // per (root) nameserver, and the "beenthere" loop detection is influenced by the particular address family selected.
   // To see the non-deterministic behaviour, uncomment the line below (you'll be seeing around 21-24 queries).
   // See #9565