Misspelling

This commit is contained in:
Michael 2018-04-02 22:06:31 +00:00
parent becc86a960
commit d668b967c9
1 changed files with 1 additions and 1 deletions

View 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;
}