diff --git a/src/Model/Contact.php b/src/Model/Contact.php index 2e8cb3d57b..798c9cd209 100644 --- a/src/Model/Contact.php +++ b/src/Model/Contact.php @@ -294,11 +294,11 @@ class Contact extends BaseObject } /** - * Check if the given contact url is on the same machine + * Check if the given contact url is on the same server * * @param string $url The contact link * - * @return boolean Is it the same machine? + * @return boolean Is it the same server? */ public static function isLocal($url) {