You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by sg...@apache.org on 2008/04/09 22:01:13 UTC

svn commit: r646508 - /incubator/shindig/trunk/php/gadgets/src/GadgetContext.php

Author: sgala
Date: Wed Apr  9 13:01:12 2008
New Revision: 646508

URL: http://svn.apache.org/viewvc?rev=646508&view=rev
Log:
Typo in comment

Modified:
    incubator/shindig/trunk/php/gadgets/src/GadgetContext.php

Modified: incubator/shindig/trunk/php/gadgets/src/GadgetContext.php
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/php/gadgets/src/GadgetContext.php?rev=646508&r1=646507&r2=646508&view=diff
==============================================================================
--- incubator/shindig/trunk/php/gadgets/src/GadgetContext.php (original)
+++ incubator/shindig/trunk/php/gadgets/src/GadgetContext.php Wed Apr  9 13:01:12 2008
@@ -54,7 +54,7 @@
 		$this->setModuleId($this->getModuleIdParam());
 		$this->setView($this->getViewParam());
 		$this->setSyndicator($this->getSyndicatorParam());
-		//NOTE All classes are inititialized when called (aka lazy loading) because we don't 
+		//NOTE All classes are initialized when called (aka lazy loading) because we don't 
 		//need all of them in every situation
 	}
 	
@@ -359,4 +359,4 @@
 	{
 		return $this->registry;
 	}
-}
\ No newline at end of file
+}