]> git.mxchange.org Git - friendica.git/commitdiff
spelling: entity
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 03:17:43 +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/BaseFactory.php

index 17d9e7606afdb0bfcd8cc281776b9254c3b33235..96c7f787a7ee76a17e0ed3ef851b80e2c32c9ab8 100644 (file)
@@ -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