From 3d0e87bca97dee69066b581d6c1ceefaa222410c Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Thu, 1 Mar 2012 17:03:46 -0500 Subject: [PATCH] Fix typo in LifecycleEventArgs::getEntity() docs --- lib/Doctrine/ORM/Event/LifecycleEventArgs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/ORM/Event/LifecycleEventArgs.php b/lib/Doctrine/ORM/Event/LifecycleEventArgs.php index 6740a3e12..44854d64b 100644 --- a/lib/Doctrine/ORM/Event/LifecycleEventArgs.php +++ b/lib/Doctrine/ORM/Event/LifecycleEventArgs.php @@ -56,7 +56,7 @@ class LifecycleEventArgs extends EventArgs } /** - * Retireve associated Entity. + * Retrieve associated Entity. * * @return object */