[pLog-svn] r6960 - plog/branches/lifetype-1.2/class/controller

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Mon Jan 18 20:08:50 EST 2010


Author: jondaley
Date: 2010-01-18 20:08:50 -0500 (Mon, 18 Jan 2010)
New Revision: 6960

Modified:
   plog/branches/lifetype-1.2/class/controller/controller.class.php
Log:
typo

Modified: plog/branches/lifetype-1.2/class/controller/controller.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/controller/controller.class.php	2010-01-14 00:43:43 UTC (rev 6959)
+++ plog/branches/lifetype-1.2/class/controller/controller.class.php	2010-01-19 01:08:50 UTC (rev 6960)
@@ -313,12 +313,12 @@
             $performed = false;
 
             while( !$performed ) {
-                // get the value of this varilable, every loop
+                // get the value of this variable, every loop
                 global $_plogController_forwardAction;
 				global $_plogController_previousAction;
 
                 if ($i == 0) {
-                    // if this is the first iteration, then we have to take this path...
+                        // if this is the first iteration, then we have to take this path...
                     // since we will use the http request to determine which action to
                     // use next
                     $actionName = $request->getValue($this->_actionParam );



More information about the pLog-svn mailing list