From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 03:17:43 +0000 (-0400) Subject: spelling: entity X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=010d7fb723f703df28b2cdebeb870387ef30217c;p=friendica.git spelling: entity Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- 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