[pLog-svn] r7093 - plog/branches/lifetype-1.2/class/data/pager

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Mon Dec 20 14:04:14 EST 2010


Author: jondaley
Date: 2010-12-20 14:04:14 -0500 (Mon, 20 Dec 2010)
New Revision: 7093

Modified:
   plog/branches/lifetype-1.2/class/data/pager/pager.class.php
Log:
typos in comments only

Modified: plog/branches/lifetype-1.2/class/data/pager/pager.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/data/pager/pager.class.php	2010-12-20 17:29:08 UTC (rev 7092)
+++ plog/branches/lifetype-1.2/class/data/pager/pager.class.php	2010-12-20 19:04:14 UTC (rev 7093)
@@ -7,7 +7,7 @@
 	 * \defgroup Pager
 	 *
 	 * generic implementation of a pager. It doesn't take of generating SQL queries for paging or
-	 * anythign like that, it only takes care of generating the number of pages based on the number
+	 * anything like that, it only takes care of generating the number of pages based on the number
 	 * of registers, keeping track of the current page, etc. 
 	 *
 	 * There also needs to be some display logic in order to get it to work fine.
@@ -266,7 +266,7 @@
 			$i = 1;
 			$pages = Array();
 			
-			// check wether we need to perform a replacement or not...
+			// check whether we need to perform a replacement or not...
 			// if not, we'll just append the page number at the end of the string
 			$replace = strpos( $this->_baseUrl, "{page}" );
 						



More information about the pLog-svn mailing list