]> git.mxchange.org Git - friendica.git/commitdiff
spelling: group
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 03:17:54 +0000 (23:17 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:03:23 +0000 (16:03 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
src/Model/Attach.php
src/Model/Photo.php
view/theme/frio/js/mod_group.js

index d7256f0db68ef7841a695c1bf7922bc3bc12e29f..8dd837d5d4afb93c5c17c727406e47d896de8a9b 100644 (file)
@@ -192,7 +192,7 @@ class Attach
         * @param string  $allow_cid Permissions, allowed contacts. optional, default = ''
         * @param string  $allow_gid Permissions, allowed groups. optional, default = ''
         * @param string  $deny_cid  Permissions, denied contacts.optional, default = ''
-        * @param string  $deny_gid  Permissions, denied greoup.optional, default = ''
+        * @param string  $deny_gid  Permissions, denied group.optional, default = ''
         *
         * @return boolean|integer Row id on success, False on errors
         * @throws \Friendica\Network\HTTPException\InternalServerErrorException
index 0e3b7b7b6e4927b6616a9a0572610f4969a2cf54..a22fcf457f09cfc994b2460d9d92ac749764738b 100644 (file)
@@ -416,7 +416,7 @@ class Photo
         * @param string  $allow_cid Permissions, allowed contacts. optional, default = ""
         * @param string  $allow_gid Permissions, allowed groups. optional, default = ""
         * @param string  $deny_cid  Permissions, denied contacts.optional, default = ""
-        * @param string  $deny_gid  Permissions, denied greoup.optional, default = ""
+        * @param string  $deny_gid  Permissions, denied group.optional, default = ""
         * @param string  $desc      Photo caption. optional, default = ""
         *
         * @return boolean True on success
index 82687bec5c35333e67e4dc79a29cd4918aadaa50..3e69d581a11c4fc934efbc69526521eaf35042ab 100644 (file)
@@ -31,7 +31,7 @@ function groupChangeMember(gid, cid, sec_token) {
                // Insert the new group member list
                $("#group-update-wrapper").html(data);
 
-               // Apply the actual gropu list view mode to the new
+               // Apply the actual group list view mode to the new
                // group list html
                var activeMode = $(".group-list-switcher.active");
                switchGroupViewMode(activeMode[0]);