From: Alexander Huemer Date: Sun, 8 Sep 2019 09:06:31 +0000 (+0000) Subject: docs/dnsupdate.rst: Fix typo in getZoneName() X-Git-Tag: dnsdist-1.4.0-rc3~26^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9c60de1363ea94ba2690c9bc033c4a04a35192a;p=pdns docs/dnsupdate.rst: Fix typo in getZoneName() The function name getZoneName() was misspelled in the reference. If the wrong name is used as it was documented, that lead to nasty, silent failure of the script as lua assumed default behavior of non-existing functions and doesn't abort. --- diff --git a/docs/dnsupdate.rst b/docs/dnsupdate.rst index 301358fe2..e4f28e4ec 100644 --- a/docs/dnsupdate.rst +++ b/docs/dnsupdate.rst @@ -455,7 +455,7 @@ each record at a time and you can approve or reject any or all. The object has following methods available: - ``DNSName getQName()`` - name to update -- ``DNSName getZonename()`` - zone name +- ``DNSName getZoneName()`` - zone name - ``int getQType()`` - record type, it can be 255(ANY) for delete. - ``ComboAddress getLocal()`` - local socket address - ``ComboAddress getRemote()`` - remote socket address