diff --git a/src/Model/Attach.php b/src/Model/Attach.php index d7256f0db..8dd837d5d 100644 --- a/src/Model/Attach.php +++ b/src/Model/Attach.php @@ -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 diff --git a/src/Model/Photo.php b/src/Model/Photo.php index 0e3b7b7b6..a22fcf457 100644 --- a/src/Model/Photo.php +++ b/src/Model/Photo.php @@ -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 diff --git a/view/theme/frio/js/mod_group.js b/view/theme/frio/js/mod_group.js index 82687bec5..3e69d581a 100644 --- a/view/theme/frio/js/mod_group.js +++ b/view/theme/frio/js/mod_group.js @@ -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]);