spelling: connection
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
e038d82efe
commit
914db9440b
|
@ -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.");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue