]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Attach.php
spelling: protocol
[friendica.git] / src / Model / Attach.php
index 2cf2d9efcf62c43210b6e765d0ad8bfc2f8a6e2e..8dd837d5d4afb93c5c17c727406e47d896de8a9b 100644 (file)
@@ -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