]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix typo in SQL query name in documentation 8191/head
authorFlorian Kaiser <florian.kaiser@fnkr.net>
Tue, 13 Aug 2019 09:58:56 +0000 (09:58 +0000)
committerGitHub <noreply@github.com>
Tue, 13 Aug 2019 09:58:56 +0000 (09:58 +0000)
docs/backends/generic-sql.rst

index b98eb04bb08d60477fdfe29714a3e8df32b9e91b..78491e5ac35ca24eea796852cf7eb6d131d34ff6 100644 (file)
@@ -239,7 +239,7 @@ These queries are used by e.g. ``pdnsutil rectify-zone``. Make sure to
 read :ref:`rules-for-filling-out-dnssec-fields`
 if you wish to calculate ordername and auth without using pdns-rectify.
 
--  ``insert-empty-non-terminal-order--query``: Insert empty non-terminal
+-  ``insert-empty-non-terminal-order-query``: Insert empty non-terminal
    in zone.
 -  ``delete-empty-non-terminal-query``: Delete an empty non-terminal in
    a zone.