From: Remi Gacogne Date: Fri, 6 Nov 2020 09:25:24 +0000 (+0100) Subject: dnsdist: Appease the spell-checking gods X-Git-Tag: dnsdist-1.6.0-alpha0~13^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9676%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Appease the spell-checking gods --- diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index 24eac8bcea..a347229ccd 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -370,7 +370,7 @@ Webserver configuration local get = req.getvars local headers = req.headers - if req.path ~= '/foo' or req.version ~= 11 or req.method ~= 'GET' or get['param'] ~= '42' or headers['customheader'] ~= 'foobar' then + if req.path ~= '/foo' or req.version ~= 11 or req.method ~= 'GET' or get['param'] ~= '42' or headers['custom'] ~= 'foobar' then resp.status = 500 return end