From 941eea9402cf4a4060b6f95ac276b9f3db8812dc Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 15 May 2020 10:43:05 -0400 Subject: [PATCH] spelling: target --- pdns/lua-recursor4.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pdns/lua-recursor4.cc b/pdns/lua-recursor4.cc index da82ace25e..445092448e 100644 --- a/pdns/lua-recursor4.cc +++ b/pdns/lua-recursor4.cc @@ -487,9 +487,9 @@ unsigned int RecursorLua4::gettag(const ComboAddress& remote, const Netmask& edn deviceName = *deviceNameret; } - const auto routingTagret = std::get<6>(ret); - if (routingTagret) { - routingTag = *routingTagret; + const auto routingTarget = std::get<6>(ret); + if (routingTarget) { + routingTag = *routingTarget; } return std::get<0>(ret); -- 2.39.2