You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by jh...@apache.org on 2008/06/14 22:23:44 UTC

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

Author: jholmes
Date: Sat Jun 14 13:23:44 2008
New Revision: 667872

URL: http://svn.apache.org/viewvc?rev=667872&view=rev
Log:
Quick grammar fix.

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

Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/ListUIBean.java
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/ListUIBean.java?rev=667872&r1=667871&r2=667872&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/ListUIBean.java (original)
+++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/ListUIBean.java Sat Jun 14 13:23:44 2008
@@ -43,7 +43,7 @@
  *
  * Note that the listkey and listvalue attribute will default to "key" and "value"
  * respectively only when the list attribute is evaluated to a Map or its decendant.
- * Other thing else, will result in listkey and listvalue to be null and not used.
+ * Everything else will result in listkey and listvalue to be null and not used.
  *
  * <!-- END SNIPPET: javadoc -->
  *