From 38a92582f658faab76e433c695af2ef50d2d15e3 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sat, 14 Feb 2015 20:28:39 +0100 Subject: [PATCH] s/of/if/ --- docs/markdown/authoritative/internals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.2