From c3a72002383cb3de9bdcff09214bb757b2bc5e46 Mon Sep 17 00:00:00 2001 From: knut <> Date: Wed, 30 May 2007 23:27:00 +0000 Subject: fixing small typos in the API documentation --- framework/Collections/TPagedList.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'framework/Collections/TPagedList.php') diff --git a/framework/Collections/TPagedList.php b/framework/Collections/TPagedList.php index e31dfe80..978abf05 100644 --- a/framework/Collections/TPagedList.php +++ b/framework/Collections/TPagedList.php @@ -76,7 +76,7 @@ class TPagedList extends TList /** * Constructor. - * @param array|Iterator the intial data. Default is null, meaning no initialization. + * @param array|Iterator the initial data. Default is null, meaning no initialization. * @param boolean whether the list is read-only. Always true for paged list. */ public function __construct($data=null,$readOnly=false) @@ -205,7 +205,7 @@ class TPagedList extends TList /** * Switches to the next page. - * @return integer|boolean the new page index, false if next page is not availabe. + * @return integer|boolean the new page index, false if next page is not available. */ public function nextPage() { @@ -214,7 +214,7 @@ class TPagedList extends TList /** * Switches to the previous page. - * @return integer|boolean the new page index, false if previous page is not availabe. + * @return integer|boolean the new page index, false if previous page is not available. */ public function previousPage() { -- cgit v1.2.3