You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jr...@apache.org on 2011/11/06 03:23:59 UTC

svn commit: r1198121 - /wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/form/SubmitLink.java

Author: jrthomerson
Date: Sun Nov  6 02:23:59 2011
New Revision: 1198121

URL: http://svn.apache.org/viewvc?rev=1198121&view=rev
Log:
fixes WICKET-4199 - typo correction

Modified:
    wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/form/SubmitLink.java

Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/form/SubmitLink.java
URL: http://svn.apache.org/viewvc/wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/form/SubmitLink.java?rev=1198121&r1=1198120&r2=1198121&view=diff
==============================================================================
--- wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/form/SubmitLink.java (original)
+++ wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/form/SubmitLink.java Sun Nov  6 02:23:59 2011
@@ -181,7 +181,7 @@ public class SubmitLink extends Abstract
 	}
 
 	/**
-	 * The JavScript which triggers this link. Method is non-final so that subclasses can decorate
+	 * The JavaScript which triggers this link. Method is non-final so that subclasses can decorate
 	 * the provided script by wrapping their own JS around a call to super.getTriggerJavaScript().
 	 * 
 	 * @return The JavaScript to be executed when the link is clicked.