From: Remi Gacogne Date: Mon, 24 Feb 2020 10:05:34 +0000 (+0100) Subject: dnsdist: Fix a typo in the help/completion for getDNSCryptBindCount X-Git-Tag: rec-4.4.0-alpha0~7^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8855%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Fix a typo in the help/completion for getDNSCryptBindCount --- 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" },