doco

git-svn-id: https://svn.apache.org/repos/asf/click/trunk/click@1076627 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/framework/src/org/apache/click/util/ClickUtils.java b/framework/src/org/apache/click/util/ClickUtils.java
index 1eab87f..ec76d4d 100644
--- a/framework/src/org/apache/click/util/ClickUtils.java
+++ b/framework/src/org/apache/click/util/ClickUtils.java
@@ -2580,7 +2580,7 @@
         }
         if (controlName == null) {
             throw new IllegalStateException(ClassUtils.getShortClassName(control.getClass())
-                + " name has not been set. State cannot be restored until the name is set");
+                + " name has not been set. State cannot be emoved until the name is set");
         }
         if (context == null) {
             throw new IllegalStateException("Context cannot be null.");