From: Ruben Kerkhof Date: Sat, 14 Feb 2015 19:28:39 +0000 (+0100) Subject: s/of/if/ X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~98^2~61^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38a92582f658faab76e433c695af2ef50d2d15e3;p=thirdparty%2Fpdns.git s/of/if/ --- diff --git a/docs/markdown/authoritative/internals.md b/docs/markdown/authoritative/internals.md index 60ef514b39..a97b5b9871 100644 --- a/docs/markdown/authoritative/internals.md +++ b/docs/markdown/authoritative/internals.md @@ -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: