From d6ec2665ec53b16bcdb5b0ce70b22f701d6b0c67 Mon Sep 17 00:00:00 2001 From: pookey <pookey@625475ce-881a-0410-a577-b389adb331d8> Date: Tue, 18 Dec 2007 11:54:14 +0000 Subject: [PATCH] fixing typo in exception --- lib/Doctrine/Pager/Range/Sliding.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/Pager/Range/Sliding.php b/lib/Doctrine/Pager/Range/Sliding.php index a892b7597..763654b8e 100644 --- a/lib/Doctrine/Pager/Range/Sliding.php +++ b/lib/Doctrine/Pager/Range/Sliding.php @@ -53,7 +53,7 @@ class Doctrine_Pager_Range_Sliding extends Doctrine_Pager_Range if (isset($this->options['chunk'])) { $this->_setChunkLength($this->options['chunk']); } else { - throw new Doctrine_Pager_Exception('Missing parameter \'chunk\' that must be define in options.'); + throw new Doctrine_Pager_Exception('Missing parameter \'chunk\' that must be defined in options.'); } }