spelling: connection
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -2255,7 +2255,7 @@ class Diaspora
|
|||||||
} elseif (!$following && $sharing) {
|
} elseif (!$following && $sharing) {
|
||||||
Logger::info("Author " . $author . " wants to share with us.");
|
Logger::info("Author " . $author . " wants to share with us.");
|
||||||
} elseif ($following && $sharing) {
|
} 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) {
|
} elseif ($following && !$sharing) {
|
||||||
Logger::info("Author " . $author . " wants to listen to us.");
|
Logger::info("Author " . $author . " wants to listen to us.");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user