]> git.mxchange.org Git - friendica.git/commitdiff
spelling: notify
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:07:48 +0000 (00:07 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:14:15 +0000 (16:14 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
src/Model/Item.php

index 81b019e9bb93ebf1bb866b187db8fe174b40d970..6a442951af518afbef056b19596fba95093f469d 100644 (file)
@@ -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'];