Parcourir la source

spelling: implementation

Josh Soref il y a 7 ans
Parent
commit
2397b09700
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
 the query, look up the answer, then call "resume".  (See the diagram
 in doc/auth_process.jpg.)
 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
 DNSQuery, which in turn would be responsible for calling the server's
 "resume" method.  (See the diagram in doc/recursive_process.jpg.)
 "resume" method.  (See the diagram in doc/recursive_process.jpg.)