return false;
}
- // Check for existance and validity of the include file
+ // Check for existence and validity of the include file
$include = $argv[0];
if (method_exists(sprintf('Friendica\Worker\%s', $include), 'execute')) {
const DETECT_NODEINFO_210 = 103;
/**
- * Check for the existance of a server and adds it in the background if not existant
+ * Check for the existence of a server and adds it in the background if not existant
*
* @param string $url
* @param boolean $only_nodeinfo
$author = WebFingerUri::fromString($author_handle);
// the current protocol version doesn't know these fields
- // That means that we will assume their existance
+ // That means that we will assume their existence
if (isset($data->following)) {
$following = (XML::unescape($data->following) == 'true');
} else {
if (is_array($aCommand)) {
switch ($aCommand[0]) {
case 'isuser':
- // Check the existance of a given username
+ // Check the existence of a given username
$this->isUser($aCommand);
break;
case 'auth':
}
/**
- * Check remote user existance via HTTP(S)
+ * Check remote user existence via HTTP(S)
*
* @param string $host The hostname
* @param string $user Username