From: Josh Soref Date: Sun, 23 Jul 2017 17:24:36 +0000 (-0400) Subject: spelling: implementation X-Git-Tag: trac5124a_base~35^2~121 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2397b09700cbfbdf67d3e2a65bc1f7ca6bbb3948;p=thirdparty%2Fkea.git spelling: implementation --- diff --git a/src/lib/asiodns/README b/src/lib/asiodns/README index cdc7ac4488..e785845342 100644 --- a/src/lib/asiodns/README +++ b/src/lib/asiodns/README @@ -47,7 +47,7 @@ In an authoritative server, the DNSLookup implementation would examine the query, look up the answer, then call "resume". (See the diagram in doc/auth_process.jpg.) -In a recursive server, the DNSLookup impelemtation would initiate a +In a recursive server, the DNSLookup implementation would initiate a DNSQuery, which in turn would be responsible for calling the server's "resume" method. (See the diagram in doc/recursive_process.jpg.)