]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Delegation.php
Merge pull request #13110 from anubis2814/develop
[friendica.git] / src / Module / Delegation.php
index 772651875e60c6b5fccb3e46ef96e66ae799ad1d..3595ff7f302f77db77be2834a0b252ef7563239c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -120,7 +120,7 @@ class Delegation extends BaseModule
 
                $identities = User::identities(DI::userSession()->getSubManagedUserId() ?: DI::userSession()->getLocalUserId());
 
-               //getting additinal information for each identity
+               //getting additional information for each identity
                foreach ($identities as $key => $identity) {
                        $identities[$key]['thumb'] = User::getAvatarUrl($identity, Proxy::SIZE_THUMB);