]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: optionally
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 11 Mar 2021 03:40:23 +0000 (22:40 -0500)
committerJosh Soref <jsoref@users.noreply.github.com>
Fri, 12 Mar 2021 14:22:45 +0000 (09:22 -0500)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pdns/dnsdist-console.cc

index 55fdc7a6ca5700a9f5b4504b241b36f02d287368..e13a24be2ee181bcf6db5e5f7acaa1d3d15984fa 100644 (file)
@@ -537,7 +537,7 @@ const std::vector<ConsoleKeyword> 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" },