diff --git a/src/Phois/Whois/Whois.php b/src/Phois/Whois/Whois.php index 739de3c..1cc7842 100644 --- a/src/Phois/Whois/Whois.php +++ b/src/Phois/Whois/Whois.php @@ -39,7 +39,7 @@ public function info() // If TLDs have been found if ($whois_server != '') { - // if whois server serve replay over HTTP protocol instead of WHOIS protocol + // if whois server serve reply over HTTP protocol instead of WHOIS protocol if (preg_match("/^https?:\/\//i", $whois_server)) { // curl session to get whois reposnse