From e3f3887815326cbc23633f649076903712387de5 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 19 Dec 2022 10:55:57 +0100 Subject: [PATCH] Update pdns/recursordist/testrunner.cc Co-authored-by: Remi Gacogne --- pdns/recursordist/testrunner.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/testrunner.cc b/pdns/recursordist/testrunner.cc index b0c3e2613d..fb4b0ec396 100644 --- a/pdns/recursordist/testrunner.cc +++ b/pdns/recursordist/testrunner.cc @@ -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(); -- 2.47.2