You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2006/03/01 04:17:47 UTC

svn commit: r381888 - /struts/shale/trunk/core-library/src/java/org/apache/shale/taglib/CommonsValidatorTag.java

Author: wsmoak
Date: Tue Feb 28 19:17:46 2006
New Revision: 381888

URL: http://svn.apache.org/viewcvs?rev=381888&view=rev
Log:
Fixed typos.

Modified:
    struts/shale/trunk/core-library/src/java/org/apache/shale/taglib/CommonsValidatorTag.java

Modified: struts/shale/trunk/core-library/src/java/org/apache/shale/taglib/CommonsValidatorTag.java
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/src/java/org/apache/shale/taglib/CommonsValidatorTag.java?rev=381888&r1=381887&r2=381888&view=diff
==============================================================================
--- struts/shale/trunk/core-library/src/java/org/apache/shale/taglib/CommonsValidatorTag.java (original)
+++ struts/shale/trunk/core-library/src/java/org/apache/shale/taglib/CommonsValidatorTag.java Tue Feb 28 19:17:46 2006
@@ -242,7 +242,7 @@
 
 
    /**
-    * <p>Executes the code that was skippsed in the <code>doStartTag()</code>
+    * <p>Executes the code that was skipped in the <code>doStartTag()</code>
     * override.</p>
     */
    public int doEndTag() throws JspException {
@@ -252,7 +252,7 @@
 
 
    /**
-     * <p>Create a validaotor by calling <code>super.createValidator()</code>.
+     * <p>Create a validator by calling <code>super.createValidator()</code>.
      *    This method initializes that validator with the tag's attribute
      *    values.
      */



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org