]> granicus.if.org Git - pdns/commitdiff
docs: correct typo for pipebackend
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Thu, 25 Dec 2014 16:35:52 +0000 (17:35 +0100)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Fri, 2 Jan 2015 18:09:53 +0000 (19:09 +0100)
docs/markdown/authoritative/backend-pipe.md

index a8950cc64beaa2af0741ecacf6b5f7d32884852f..ccc84a62dd09d83519c6760468686b10c83fbb14 100644 (file)
@@ -165,7 +165,7 @@ DATA    scopebits   auth    qname       qclass  qtype   ttl id  content
 
 `scopebits` indicates how many bits from the subnet provided in the question (originally from edns-subnet) were used in determining this answer. This can aid caching (although PowerDNS does not currently use this value). The `auth` field indicates whether this response is authoritative; this is for DNSSEC. In the `auth` field, use 0 for non-authoritative or 1 for authoritative.
 
-For api-versions 1 and 2, the two new fields fall back to default values. The default value for scopebits is 0. The default for auth is 1 (meaning authoritative).
+For abi-versions 1 and 2, the two new fields fall back to default values. The default value for scopebits is 0. The default for auth is 1 (meaning authoritative).
 
 ## Sample perl backend
 ```