diff --git a/src/ORM/Entity.php b/src/ORM/Entity.php index 51257bd2bae..39106face2c 100644 --- a/src/ORM/Entity.php +++ b/src/ORM/Entity.php @@ -704,7 +704,7 @@ public function accessible($property, $set = null) { } /** - * Returns a string representation of this object in a humna readable format. + * Returns a string representation of this object in an easier to read format. * * @return string */