X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FPhoto.php;h=a22fcf457f09cfc994b2460d9d92ac749764738b;hb=be49a3a2b53e6ed1d08a443f1d8646c84c24c930;hp=96c82b0c17d84c0cc095e8872b919cafee805be3;hpb=cef063e4fd07e673138186c1726887c3c18806ef;p=friendica.git diff --git a/src/Model/Photo.php b/src/Model/Photo.php index 96c82b0c17..a22fcf457f 100644 --- a/src/Model/Photo.php +++ b/src/Model/Photo.php @@ -41,7 +41,7 @@ use Friendica\Util\Proxy; use Friendica\Util\Strings; /** - * Class to handle photo dabatase table + * Class to handle photo database table */ class Photo { @@ -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