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.


Reply via email to