You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by gr...@apache.org on 2012/11/21 19:02:54 UTC

svn commit: r1412216 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Set.java

Author: grobmeier
Date: Wed Nov 21 18:02:53 2012
New Revision: 1412216

URL: http://svn.apache.org/viewvc?rev=1412216&view=rev
Log:
fixed typo

Modified:
    struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Set.java

Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Set.java
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Set.java?rev=1412216&r1=1412215&r2=1412216&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Set.java (original)
+++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Set.java Wed Nov 21 18:02:53 2012
@@ -35,7 +35,7 @@ import com.opensymphony.xwork2.util.Valu
  * useful in both cases: when the complex expression takes time (performance improvement) or is hard to read (code
  * readability improvement).</p>
  * <p>If the tag is used with body content, the evaluation of the value parameter is omitted. Instead, the String to
- * which the body eveluates is set as value for the scoped variable.</p>
+ * which the body evaluates is set as value for the scoped variable.</p>
  *
  * The scopes available are as follows :-
  * <ul>