From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 04:07:32 +0000 (-0400) Subject: spelling: instantiation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cf2c1f8f81b5803940194195d15f11152c445490;p=friendica.git spelling: instantiation Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/src/BaseFactory.php b/src/BaseFactory.php index 96c7f787a7..e40da58773 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 Entity instanciation. + * Factories act as an intermediary to avoid direct Entity instantiation. * * @see BaseModel * @see BaseCollection