Misspelling

This commit is contained in:
Michael 2018-04-02 22:06:31 +00:00
parent becc86a960
commit d668b967c9

View file

@ -1156,7 +1156,7 @@ class DFRN
// At first try the Diaspora transport layer // At first try the Diaspora transport layer
$ret = self::transmit($owner, $contact, $atom); $ret = self::transmit($owner, $contact, $atom);
if ($ret >= 200) { 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; return $ret;
} }