From 147bb5be805d3ca1843336d3843c6861cd9e54b0 Mon Sep 17 00:00:00 2001 From: Nikita Date: Wed, 25 Jun 2014 21:52:12 -0500 Subject: [PATCH] fix mistype in comment --- src/Knp/Component/Pager/Paginator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Knp/Component/Pager/Paginator.php b/src/Knp/Component/Pager/Paginator.php index e64ea8dd..04d1cde6 100755 --- a/src/Knp/Component/Pager/Paginator.php +++ b/src/Knp/Component/Pager/Paginator.php @@ -117,7 +117,7 @@ public function paginate($target, $page = 1, $limit = 10, array $options = array if (!$paginationEvent->isPropagationStopped()) { throw new \RuntimeException('One of listeners must create pagination view'); } - // pagination class can be diferent, with diferent rendering methods + // pagination class can be different, with different rendering methods $paginationView = $paginationEvent->getPagination(); $paginationView->setCustomParameters($itemsEvent->getCustomPaginationParameters()); $paginationView->setCurrentPageNumber($page);