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:05 UTC

svn commit: r1410242 - /myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/application/StateCache.java

Author: struberg
Date: Fri Nov 16 08:17:04 2012
New Revision: 1410242

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

Modified:
    myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/application/StateCache.java

Modified: myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/application/StateCache.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/application/StateCache.java?rev=1410242&r1=1410241&r2=1410242&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/application/StateCache.java (original)
+++ myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/application/StateCache.java Fri Nov 16 08:17:04 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