X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/968c333d05db5d5ecf3599f8e304c67e64f21159..79c6fc9d53e925de06072a9ee0abe794955fb52e:/dnsasync.pas?ds=inline

diff --git a/dnsasync.pas b/dnsasync.pas
index 01bc2ff..59660d7 100644
--- a/dnsasync.pas
+++ b/dnsasync.pas
@@ -57,7 +57,7 @@ type
     onrequestdone:tsocketevent;
 
     //addr and port allow the application to specify a dns server specifically
-    //for this dnsasync object. This is not a reccomended mode of operation
+    //for this dnsasync object. This is not a recommended mode of operation
     //because it limits the app to one dns server but is kept for compatibility
     //and special uses.
     addr,port:ansistring;
@@ -69,7 +69,7 @@ type
     procedure dnsresultbin(var binip:tbinip); //get result of dnslookup as a tbinip
     property dnsresultlist : tbiniplist read fresultlist;
     procedure forwardlookup(const name:ansistring); //start forward lookup,
-                                                //preffering ipv4
+                                                //preferring ipv4
     procedure reverselookup(const binip:tbinip); //start reverse lookup
     procedure customlookup(const name:ansistring;querytype:integer); //start custom type lookup