From 57f4b5fc0acf41bc056b11ac6ec0c2f63b09fd45 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:07:48 -0400 Subject: [PATCH] spelling: notify Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Model/Item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'];