svn commit: r789467 - /struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties

View: New views
1 Messages — Rating Filter:   Alert me  

svn commit: r789467 - /struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties

by musachy-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Author: musachy
Date: Mon Jun 29 22:11:12 2009
New Revision: 789467

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

Modified:
    struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties

Modified: struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties?rev=789467&r1=789466&r2=789467&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties (original)
+++ struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties Mon Jun 29 22:11:12 2009
@@ -203,7 +203,7 @@
 ### Logs as Warnings properties that are not found (very verbose)
 struts.ognl.logMissingProperties=false
 
-### Chaches parsed OGNL expressions, but can lead to memory leaks
+### Caches parsed OGNL expressions, but can lead to memory leaks
 ### if the application generates a lot of different expressions
 struts.ognl.enableExpressionCache=true
 ### END SNIPPET: complete_file