]> git.mxchange.org Git - friendica.git/commitdiff
spelling: instantiation
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:07:32 +0000 (00:07 -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 96c7f787a7ee76a17e0ed3ef851b80e2c32c9ab8..e40da58773118facdbedf4b6983cb210db14c4c3 100644 (file)
@@ -24,7 +24,7 @@ namespace Friendica;
 use Psr\Log\LoggerInterface;
 
 /**
- * Factories act as an intermediary to avoid direct Entity instanciation.
+ * Factories act as an intermediary to avoid direct Entity instantiation.
  *
  * @see BaseModel
  * @see BaseCollection