Browse Source

spelling: implementation

Josh Soref 7 years ago
parent
commit
2397b09700
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/asiodns/README

+ 1 - 1
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.)