]> git.mxchange.org Git - friendica.git/commitdiff
spelling: database
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 03:17:22 +0000 (23:17 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:03:23 +0000 (16:03 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
src/Model/Attach.php
src/Model/Photo.php

index 2cf2d9efcf62c43210b6e765d0ad8bfc2f8a6e2e..d7256f0db68ef7841a695c1bf7922bc3bc12e29f 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
 {
index 96c82b0c17d84c0cc095e8872b919cafee805be3..0e3b7b7b6e4927b6616a9a0572610f4969a2cf54 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
 {