]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Diaspora/Receive.php
spelling: protocol
[friendica.git] / src / Module / Diaspora / Receive.php
index ce102df06d32cba70f7888dbd3dae168f969e878..4df2192d394c06dfe34cbf698342f89a2df476df 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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();
                }