]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: implementation
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 17:24:36 +0000 (13:24 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 17:24:36 +0000 (13:24 -0400)
src/lib/asiodns/README

index cdc7ac4488764dbb754657dbe67e1c83301da098..e785845342110ac7630d4a99e4c0aa4db1ea87d0 100644 (file)
@@ -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.)