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'];