]> granicus.if.org Git - pdns/commitdiff
docs/dnsupdate.rst: Fix typo in getZoneName()
authorAlexander Huemer <alexander.huemer@xx.vu>
Sun, 8 Sep 2019 09:06:31 +0000 (09:06 +0000)
committerAlexander Huemer <alexander.huemer@xx.vu>
Sun, 8 Sep 2019 09:06:31 +0000 (09:06 +0000)
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

index 301358fe20b7999b5da4a9eeb007e7c76eaa642d..e4f28e4ec96e4b97c6514c56e0ffbf143948802e 100644 (file)
@@ -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