X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FBaseFactory.php;h=96c7f787a7ee76a17e0ed3ef851b80e2c32c9ab8;hb=9d26a054d5b05b751e1a729984236538e87dc2a2;hp=17d9e7606afdb0bfcd8cc281776b9254c3b33235;hpb=1874a32728142f2c12724562eb122eb1cd1370fe;p=friendica.git diff --git a/src/BaseFactory.php b/src/BaseFactory.php index 17d9e7606a..96c7f787a7 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 instanciation. * * @see BaseModel * @see BaseCollection