diff --git a/lib/Doctrine/ORM/UnitOfWork.php b/lib/Doctrine/ORM/UnitOfWork.php index 1b29d65f3..841e515b6 100644 --- a/lib/Doctrine/ORM/UnitOfWork.php +++ b/lib/Doctrine/ORM/UnitOfWork.php @@ -1791,7 +1791,7 @@ class UnitOfWork implements PropertyChangedListener /** * Clears the UnitOfWork. * - * @param strin $entityName if given, only entities of this type will get detached + * @param string $entityName if given, only entities of this type will get detached */ public function clear($entityName = null) {