]> git.mxchange.org Git - friendica.git/commitdiff
spelling: activity
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 03:16:39 +0000 (23:16 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:03:22 +0000 (16:03 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
spec/zot.txt
src/Model/Nodeinfo.php
src/Model/User.php
view/theme/vier/mobile.css

index 2c3bbb1800918aff3b3772439ff86b858f62409a..e1e4640c90fa00957110c4cfcd4b33489fea5375 100644 (file)
@@ -353,7 +353,7 @@ Salmon Magic Envelope
 Atom Activity Stream Draft
        http://activitystrea.ms/specs/atom/1.0/
 
-Activty Stream Base Schema
+Activity Stream Base Schema
        http://activitystrea.ms/head/activity-schema.html
 
 WebFinger Protocol
index 51692f01635c3b2dd45e6092b166fc456d91bfe3..4dbe06c9b352e78c8662f7a2e223b97f68605482 100644 (file)
@@ -67,7 +67,7 @@ class Nodeinfo
                DI::keyValue()->set('nodeinfo_local_posts', $posts);
                DI::keyValue()->set('nodeinfo_local_comments', $comments);
 
-               $logger->info('User actitivy', ['posts' => $posts, 'comments' => $comments]);
+               $logger->info('User activity', ['posts' => $posts, 'comments' => $comments]);
        }
 
        /**
index 50586183a3e617acd6535a53442f065afded902c..80c8f60b89ff9698be430cb8a5b79318643ac28f 100644 (file)
@@ -684,7 +684,7 @@ class User
 
                if ($user['last-activity'] != $current_day) {
                        User::update(['last-activity' => $current_day], $uid);
-                       // Set the last actitivy for all identities of the user
+                       // Set the last activity for all identities of the user
                        DBA::update('user', ['last-activity' => $current_day], ['parent-uid' => $uid, 'account_removed' => false]);
                }
        }
index 6a70d55b145e4fe16aa49cb346ef45d70de91445..e49cff9ee45fa89ce8e855fd44961f2f6fe7ef23 100644 (file)
@@ -1,4 +1,4 @@
-aside, header, #nav-search-box, #nav-admin-link, #nav-messages-linkmenu,  #activitiy-by-date-tab, #shared-links-tab, #nav-logout-link,
+aside, header, #nav-search-box, #nav-admin-link, #nav-messages-linkmenu,  #activity-by-date-tab, #shared-links-tab, #nav-logout-link,
 .wall-item-location {
   display: none;
 }