diff --git a/lib/Doctrine/ORM/Events.php b/lib/Doctrine/ORM/Events.php index 4204f899c..e8c350aa6 100644 --- a/lib/Doctrine/ORM/Events.php +++ b/lib/Doctrine/ORM/Events.php @@ -124,7 +124,7 @@ final class Events * The postFlush event occurs when the EntityManager#flush() operation is invoked and * after all actual database operations are executed successfully. The event is only raised if there is * actually something to do for the underlying UnitOfWork. If nothing needs to be done, - * the onFlush event is not raised. The event won't be raised if an error occurs during the + * the postFlush event is not raised. The event won't be raised if an error occurs during the * flush operation. * * @var string