From f9c60de1363ea94ba2690c9bc033c4a04a35192a Mon Sep 17 00:00:00 2001 From: Alexander Huemer Date: Sun, 8 Sep 2019 09:06:31 +0000 Subject: [PATCH] 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. --- docs/dnsupdate.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0