]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Photo.php
spelling: protocol
[friendica.git] / src / Model / Photo.php
index 96c82b0c17d84c0cc095e8872b919cafee805be3..a22fcf457f09cfc994b2460d9d92ac749764738b 100644 (file)
@@ -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