spelling: existence

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-03-21 23:17:45 -04:00
parent f9572d9df7
commit 9369691713
4 changed files with 5 additions and 5 deletions

View File

@@ -2204,7 +2204,7 @@ class Diaspora
$author = WebFingerUri::fromString($author_handle);
// the current protocol version doesn't know these fields
// That means that we will assume their existance
// That means that we will assume their existence
if (isset($data->following)) {
$following = (XML::unescape($data->following) == 'true');
} else {