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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]