From f3245d4389cdb6e1ccfbf54b1ffca84edca433b0 Mon Sep 17 00:00:00 2001 From: subzero2000 Date: Tue, 26 Jun 2007 04:36:12 +0000 Subject: [PATCH] Corrected minor typo in phpDoc comment. --- lib/Doctrine/EventListener/Chain.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/EventListener/Chain.php b/lib/Doctrine/EventListener/Chain.php index f1fb61351..b195e7c5a 100644 --- a/lib/Doctrine/EventListener/Chain.php +++ b/lib/Doctrine/EventListener/Chain.php @@ -61,7 +61,7 @@ class Doctrine_EventListener_Chain extends Doctrine_Access implements Doctrine_E } } /** - * returns a Doctrine_EvenListener on success + * returns a Doctrine_EventListener on success * and null on failure * * @param mixed $key