spelling: protocol

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-22 00:08:09 -04:00
parent d0108a80d5
commit be49a3a2b5
2 changed files with 2 additions and 2 deletions

View file

@ -101,7 +101,7 @@ class Receive extends BaseModule
}
if ($importer['account-type'] == User::ACCOUNT_TYPE_COMMUNITY) {
// Communities aren't working with the Diaspora protoccol
// Communities aren't working with the Diaspora protocol
// We throw an "accepted" here, so that the sender doesn't repeat the delivery
throw new HTTPException\AcceptedException();
}