]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Diaspora.php
spelling: than
[friendica.git] / src / Protocol / Diaspora.php
index 6f2759071be1c03dca74ebac571d1b7ce832eb61..f6dbfa7e3a5271626c6dda928fbf2556b5d40a33 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 {
@@ -2255,7 +2255,7 @@ class Diaspora
                } elseif (!$following && $sharing) {
                        Logger::info("Author " . $author . " wants to share with us.");
                } elseif ($following && $sharing) {
-                       Logger::info("Author " . $author . " wants to have a bidirectional conection.");
+                       Logger::info("Author " . $author . " wants to have a bidirectional connection.");
                } elseif ($following && !$sharing) {
                        Logger::info("Author " . $author . " wants to listen to us.");
                }
@@ -2756,7 +2756,7 @@ class Diaspora
         * ************************************************************************************** */
 
        /**
-        * returnes the handle of a contact
+        * returns the handle of a contact
         *
         * @param array $contact contact array
         *