]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update pdns/recursordist/testrunner.cc 12337/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 19 Dec 2022 09:55:57 +0000 (10:55 +0100)
committerGitHub <noreply@github.com>
Mon, 19 Dec 2022 09:55:57 +0000 (10:55 +0100)
Co-authored-by: Remi Gacogne <github@coredump.fr>
pdns/recursordist/testrunner.cc

index b0c3e2613d8bf5d4054f5846099c8de64d558cc6..fb4b0ec396c54898e97f65666adccdb575c78055 100644 (file)
@@ -80,7 +80,7 @@ static bool init_unit_test()
 {
   ::arg().set("rng") = "auto";
   ::arg().set("entropy-source") = "/dev/urandom";
-  // Force init while w're still unthreaded
+  // Force init while we are still unthreaded
   dns_random_uint16();
   g_slog = Logging::Logger::create(loggerBackend);
   reportAllTypes();