]> git.mxchange.org Git - friendica.git/blobdiff - src/BaseFactory.php
spelling: incoming
[friendica.git] / 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