]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
s/of/if/ 2331/head
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 14 Feb 2015 19:28:39 +0000 (20:28 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 14 Feb 2015 19:28:39 +0000 (20:28 +0100)
docs/markdown/authoritative/internals.md

index 60ef514b39ba93659ba18c10e9fc8094ec8ef85f..a97b5b9871aa68be9e0a33ccef644d54a6b72b1f 100644 (file)
@@ -94,7 +94,7 @@ To run on the command line, use the `pdns_server` binary. For example, to see op
 ```
 
 # How PowerDNS translates DNS queries into backend queries
-A DNS query is not a straightforward lookup. Many DNS queries need to check the backend for additional data, for example to determine of an unfound record should lead to an NXDOMAIN ('we know about this domain, but that record does not exist') or an unauthoritative response.
+A DNS query is not a straightforward lookup. Many DNS queries need to check the backend for additional data, for example to determine if an unfound record should lead to an NXDOMAIN ('we know about this domain, but that record does not exist') or an unauthoritative response.
 
 Simplified, without CNAME processing, wildcards, referrals and DNSSEC, the algorithm is like this: