From: Josh Soref Date: Thu, 11 Mar 2021 03:31:23 +0000 (-0500) Subject: spelling: behaviour X-Git-Tag: rec-4.5.0-beta1~30^2~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88903943430efb3f1e7370f79e0f352dc4fa8b00;p=thirdparty%2Fpdns.git spelling: behaviour Signed-off-by: Josh Soref --- diff --git a/pdns/recursordist/test-syncres_cc2.cc b/pdns/recursordist/test-syncres_cc2.cc index 34921b0ecd..8814b2f6f5 100644 --- a/pdns/recursordist/test-syncres_cc2.cc +++ b/pdns/recursordist/test-syncres_cc2.cc @@ -101,7 +101,7 @@ BOOST_AUTO_TEST_CASE(test_glueless_referral_loop) std::unique_ptr 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 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