You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2004/09/10 09:35:20 UTC

svn commit: rev 43647 - forrest/trunk/src/java/org/apache/forrest/conf

Author: crossley
Date: Fri Sep 10 00:35:19 2004
New Revision: 43647

Modified:
   forrest/trunk/src/java/org/apache/forrest/conf/ForrestConfModule.java
Log:
Fix innocent typo.


Modified: forrest/trunk/src/java/org/apache/forrest/conf/ForrestConfModule.java
==============================================================================
--- forrest/trunk/src/java/org/apache/forrest/conf/ForrestConfModule.java	(original)
+++ forrest/trunk/src/java/org/apache/forrest/conf/ForrestConfModule.java	Fri Sep 10 00:35:19 2004
@@ -113,12 +113,12 @@
                         forrestPropertiesStringURI);
 
         // get default-forrest.properties and load the values
-        String defaultRorrestPropertiesStringURI = contextHome
+        String defaultForrestPropertiesStringURI = contextHome
                         + SystemUtils.FILE_SEPARATOR
                         + "default-forrest.properties";
 
         filteringProperties = loadAntPropertiesFromURI(filteringProperties,
-                        defaultRorrestPropertiesStringURI);
+                        defaultForrestPropertiesStringURI);
 
         loadSystemProperties(filteringProperties);
         ForrestConfUtils.aliasSkinProperties(filteringProperties);
@@ -202,4 +202,4 @@
         getLogger().debug(debugString);
     }
 
-}
\ No newline at end of file
+}