(no commit message)
authorErik Brakkee <erik@brakkee.org>
Sun, 29 Aug 2010 21:48:33 +0000 (21:48 +0000)
committerErik Brakkee <erik@brakkee.org>
Sun, 29 Aug 2010 21:48:33 +0000 (21:48 +0000)
wicket/components/src/main/java/org/wamblee/wicket/jquery/JQueryHeaderContributor.java

index 63f2f68a30a946089c591d181ec39c46283238da..202b7a5e92ac5094d657b082d29fda55bf1a1ea0 100644 (file)
@@ -25,7 +25,7 @@ import org.apache.wicket.markup.html.JavascriptPackageResource;
  * JQuery header contribution that adds the jquery javascript and sets jQuery to 
  * no-conflict mode so the <code>$</code> identifier is freed. Also, it checks
  * the current configuration and uses the development mode jQuery library when run in 
- * developmemnt mode and used the minimalized jQuery code when running in deployment mode.
+ * development mode and used the minimalized jQuery code when running in deployment mode.
  * 
  * @author Erik Brakkee
  */