]> git.mxchange.org Git - friendica.git/commitdiff
Misspelling
authorMichael <heluecht@pirati.ca>
Mon, 2 Apr 2018 22:06:31 +0000 (22:06 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 2 Apr 2018 22:06:31 +0000 (22:06 +0000)
src/Protocol/DFRN.php

index e253ae75138321838e9246f515228c4b18550b98..ea3a05a886faba17d2c28d3806261000c36d2853 100644 (file)
@@ -1156,7 +1156,7 @@ class DFRN
                // At first try the Diaspora transport layer
                $ret = self::transmit($owner, $contact, $atom);
                if ($ret >= 200) {
-                       logger('Delivery via Diaspora transport layer was successfull with status ' . $ret);
+                       logger('Delivery via Diaspora transport layer was successful with status ' . $ret);
                        return $ret;
                }