You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by st...@apache.org on 2012/11/16 09:17:15 UTC

svn commit: r1410243 - /myfaces/core/branches/2.2.x/impl/src/main/java/org/apache/myfaces/application/StateCache.java

Author: struberg
Date: Fri Nov 16 08:17:14 2012
New Revision: 1410243

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

Modified:
    myfaces/core/branches/2.2.x/impl/src/main/java/org/apache/myfaces/application/StateCache.java

Modified: myfaces/core/branches/2.2.x/impl/src/main/java/org/apache/myfaces/application/StateCache.java
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.2.x/impl/src/main/java/org/apache/myfaces/application/StateCache.java?rev=1410243&r1=1410242&r2=1410243&view=diff
==============================================================================
--- myfaces/core/branches/2.2.x/impl/src/main/java/org/apache/myfaces/application/StateCache.java (original)
+++ myfaces/core/branches/2.2.x/impl/src/main/java/org/apache/myfaces/application/StateCache.java Fri Nov 16 08:17:14 2012
@@ -21,7 +21,7 @@ package org.apache.myfaces.application;
 import javax.faces.context.FacesContext;
 
 /**
- * This class provides and interface to separate the state caching operations (saving/restoring)
+ * This class provides an interface to separate the state caching operations (saving/restoring)
  * from the renderkit specific stuff that HtmlResponseStateManager should do.
  * 
  * @author Leonardo Uribe