spelling: connection

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-21 23:17:12 -04:00
parent e038d82efe
commit 914db9440b
1 changed files with 1 additions and 1 deletions

View File

@ -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.");
}