]> git.mxchange.org Git - friendica.git/commitdiff
spelling: existence
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 03:17:45 +0000 (23:17 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:03:23 +0000 (16:03 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
src/Core/Worker.php
src/Model/GServer.php
src/Protocol/Diaspora.php
src/Security/ExAuth.php

index 0ca17c19c1940afe44fd87580c95c0206e4f9000..b7067d2731d6ac67d9d8594e37c77c672e5ba43f 100644 (file)
@@ -362,7 +362,7 @@ class Worker
                        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')) {
index 9fc47936c70b2e264b115cb7ba78fdba74a76794..a1c2819515117738fc6d4cb489157f1aefb52ee2 100644 (file)
@@ -92,7 +92,7 @@ class GServer
        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
index a9e4f5aa17ef4651dbfcfd4fadfb25ffa8540b26..b138a87815b962ca928e4b58bf4746e5b9492012 100644 (file)
@@ -2204,7 +2204,7 @@ class Diaspora
                $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 {
index a7cf21d32f701ed8a7a075b1ec12fa017d18984c..89c16ab85164fde9da69ac67ecc5c13b2f3629a7 100644 (file)
@@ -153,7 +153,7 @@ class ExAuth
                        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':
@@ -225,7 +225,7 @@ class ExAuth
        }
 
        /**
-        * Check remote user existance via HTTP(S)
+        * Check remote user existence via HTTP(S)
         *
         * @param string  $host The hostname
         * @param string  $user Username