From ddf89d9333b476e089a3816ce69ed44a579e47ad Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 24 Feb 2020 11:05:34 +0100 Subject: [PATCH] dnsdist: Fix a typo in the help/completion for getDNSCryptBindCount --- pdns/dnsdist-console.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdist-console.cc b/pdns/dnsdist-console.cc index f5d559a5c2..17e681eb45 100644 --- a/pdns/dnsdist-console.cc +++ b/pdns/dnsdist-console.cc @@ -397,7 +397,7 @@ const std::vector g_consoleKeywords{ { "getBind", true, "n", "returns the listener at index n" }, { "getBindCount", true, "", "returns the number of listeners all kinds" }, { "getDNSCryptBind", true, "n", "return the `DNSCryptContext` object corresponding to the bind `n`" }, - { "geDNSCrypttBindCount", true, "", "returns the number of DNSCrypt listeners" }, + { "getDNSCryptBindCount", true, "", "returns the number of DNSCrypt listeners" }, { "getDOHFrontend", true, "n", "returns the DOH frontend with index n" }, { "getDOHFrontendCount", true, "", "returns the number of DoH listeners" }, { "getPool", true, "name", "return the pool named `name`, or \"\" for the default pool" }, -- 2.47.2