]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Diaspora/Receive.php
spelling: protocol
[friendica.git] / src / Module / Diaspora / Receive.php
index d95e252e597d26ee9f264abfc382e24d224d9dd4..4df2192d394c06dfe34cbf698342f89a2df476df 100644 (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();
                }