diff --git a/src/Model/Attach.php b/src/Model/Attach.php
index 2cf2d9efc..d7256f0db 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
 {
diff --git a/src/Model/Photo.php b/src/Model/Photo.php
index 96c82b0c1..0e3b7b7b6 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
 {