From 010d7fb723f703df28b2cdebeb870387ef30217c Mon Sep 17 00:00:00 2001
From: Josh Soref <2119212+jsoref@users.noreply.github.com>
Date: Tue, 21 Mar 2023 23:17:43 -0400
Subject: [PATCH] spelling: entity

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
---
 src/BaseFactory.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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