From 5e28273548023283290a81dd0502cdd4a384e943 Mon Sep 17 00:00:00 2001 From: Daniel Freudenberger Date: Sat, 22 Oct 2011 18:57:48 +0200 Subject: [PATCH] fixed typo in docblock --- lib/Doctrine/ORM/Events.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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