You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2011/03/11 07:40:44 UTC

svn commit: r1080463 - /click/trunk/click/framework/src/org/apache/click/util/ClickUtils.java

Author: sabob
Date: Fri Mar 11 06:40:44 2011
New Revision: 1080463

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

Modified:
    click/trunk/click/framework/src/org/apache/click/util/ClickUtils.java

Modified: click/trunk/click/framework/src/org/apache/click/util/ClickUtils.java
URL: http://svn.apache.org/viewvc/click/trunk/click/framework/src/org/apache/click/util/ClickUtils.java?rev=1080463&r1=1080462&r2=1080463&view=diff
==============================================================================
--- click/trunk/click/framework/src/org/apache/click/util/ClickUtils.java (original)
+++ click/trunk/click/framework/src/org/apache/click/util/ClickUtils.java Fri Mar 11 06:40:44 2011
@@ -2580,7 +2580,7 @@ public class ClickUtils {
         }
         if (controlName == null) {
             throw new IllegalStateException(ClassUtils.getShortClassName(control.getClass())
-                + " name has not been set. State cannot be emoved until the name is set");
+                + " name has not been set. State cannot be removed until the name is set");
         }
         if (context == null) {
             throw new IllegalStateException("Context cannot be null.");