diff --git a/application/Espo/ORM/Entity.php b/application/Espo/ORM/Entity.php index 5e3fecbd11..6c83a44e73 100644 --- a/application/Espo/ORM/Entity.php +++ b/application/Espo/ORM/Entity.php @@ -195,7 +195,7 @@ interface Entity public function setAsNotNew(): void; /** - * Copy all current values to fetched values. All current attribute values will beset as those + * Copy all current values to fetched values. All current attribute values will be set as those * that are fetched from DB. */ public function updateFetchedValues(): void;