]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Doc: Fix a typo in the recursor's scripting documentation 5460/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 26 Jun 2017 07:46:35 +0000 (09:46 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 26 Jun 2017 07:46:35 +0000 (09:46 +0200)
docs/markdown/recursor/scripting.md

index caf78cb24f2f2cd8a4807a20fa3cdcc1d97ff2d1..71145c03b5d6cafde4458452ae704e37cfe08000 100644 (file)
@@ -207,7 +207,7 @@ internet.  This is useful to combat botnets, or to disable domains
 unacceptable to an organization for whatever reason.
 
 The rcode can be set to pdns.DROP to drop the query. Other statuses are normal DNS
-return codes, like no error, NXDOMDAIN etc.
+return codes, like no error, NXDOMAIN etc.
 
 ### `function postresolve(dq)`
 is called right before returning a response to a client (and, unless