From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 03:17:28 +0000 (-0400) Subject: spelling: diaspora X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6c2711744450bf308c6f921b9fcf0c21c3a15390;p=friendica.git spelling: diaspora Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/src/Model/Item.php b/src/Model/Item.php index 809a70254b..2410a0441b 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -875,7 +875,7 @@ class Item /* * Do we already have this item? * We have to check several networks since Friendica posts could be repeated - * via OStatus (maybe Diasporsa as well) + * via OStatus (maybe Diaspora as well) */ $duplicate = self::getDuplicateID($item); if ($duplicate) {