X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FAttach.php;h=8dd837d5d4afb93c5c17c727406e47d896de8a9b;hb=be49a3a2b53e6ed1d08a443f1d8646c84c24c930;hp=2cf2d9efcf62c43210b6e765d0ad8bfc2f8a6e2e;hpb=1874a32728142f2c12724562eb122eb1cd1370fe;p=friendica.git diff --git a/src/Model/Attach.php b/src/Model/Attach.php index 2cf2d9efcf..8dd837d5d4 100644 --- a/src/Model/Attach.php +++ b/src/Model/Attach.php @@ -32,7 +32,7 @@ use Friendica\Util\Mimetype; use Friendica\Security\Security; /** - * Class to handle attach dabatase table + * Class to handle attach database table */ class Attach { @@ -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