X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FBaseFactory.php;h=e40da58773118facdbedf4b6983cb210db14c4c3;hb=a74bb57298e28f3b499d166aecb4f2ee9e627332;hp=17d9e7606afdb0bfcd8cc281776b9254c3b33235;hpb=6aa1dcfad371f34fea1f8e39b73de2cc3dd05784;p=friendica.git diff --git a/src/BaseFactory.php b/src/BaseFactory.php index 17d9e7606a..e40da58773 100644 --- a/src/BaseFactory.php +++ b/src/BaseFactory.php @@ -24,7 +24,7 @@ namespace Friendica; use Psr\Log\LoggerInterface; /** - * Factories act as an intermediary to avoid direct Entitiy instanciation. + * Factories act as an intermediary to avoid direct Entity instantiation. * * @see BaseModel * @see BaseCollection