From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 04:07:48 +0000 (-0400) Subject: spelling: notify X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=57f4b5fc0acf41bc056b11ac6ec0c2f63b09fd45;p=friendica.git spelling: notify Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/src/Model/Item.php b/src/Model/Item.php index 81b019e9bb..6a442951af 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -233,7 +233,7 @@ class Item Post\Media::insertFromAttachment($item['uri-id'], $fields['attach']); } - // We only need to notfiy others when it is an original entry from us. + // We only need to notify others when it is an original entry from us. // Only call the notifier when the item had been edited and records had been changed. if ($item['origin'] && !empty($fields['edited']) && ($previous['edited'] != $fields['edited'])) { $notify_items[] = $item['id'];