]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Attach.php
spelling: documentation
[friendica.git] / src / Model / Attach.php
index 55ab81a8aee8dda07e9e58bd03de9fa590b12d51..d7256f0db68ef7841a695c1bf7922bc3bc12e29f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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
 {