From: Josh Soref Date: Thu, 11 Mar 2021 03:40:23 +0000 (-0500) Subject: spelling: optionally X-Git-Tag: rec-4.5.0-beta1~30^2~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e36bd96870ea8b956be9fb3209bc26a3f699e55;p=thirdparty%2Fpdns.git spelling: optionally Signed-off-by: Josh Soref --- diff --git a/pdns/dnsdist-console.cc b/pdns/dnsdist-console.cc index 55fdc7a6ca..e13a24be2e 100644 --- a/pdns/dnsdist-console.cc +++ b/pdns/dnsdist-console.cc @@ -537,7 +537,7 @@ const std::vector g_consoleKeywords{ { "PoolAvailableRule", true, "poolname", "Check whether a pool has any servers available to handle queries" }, { "printDNSCryptProviderFingerprint", true, "\"/path/to/providerPublic.key\"", "display the fingerprint of the provided resolver public key" }, { "ProbaRule", true, "probability", "Matches queries with a given probability. 1.0 means always" }, - { "ProxyProtocolValueRule", true, "type [, value]", "matches queries with a specified Proxy Protocol TLV value of that type, optionnally matching the content of the option as well" }, + { "ProxyProtocolValueRule", true, "type [, value]", "matches queries with a specified Proxy Protocol TLV value of that type, optionally matching the content of the option as well" }, { "QClassRule", true, "qclass", "Matches queries with the specified qclass. class can be specified as an integer or as one of the built-in DNSClass" }, { "QNameLabelsCountRule", true, "min, max", "matches if the qname has less than `min` or more than `max` labels" }, { "QNameRule", true, "qname", "matches queries with the specified qname" },