Author: jacopoc
Date: Thu Jul 4 09:34:20 2013
New Revision: 1499706
URL:
http://svn.apache.org/r1499706Log:
Fix for typo in a comment.
Modified:
ofbiz/trunk/framework/base/src/org/ofbiz/base/container/ComponentContainer.java
Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/container/ComponentContainer.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/src/org/ofbiz/base/container/ComponentContainer.java?rev=1499706&r1=1499705&r2=1499706&view=diff==============================================================================
--- ofbiz/trunk/framework/base/src/org/ofbiz/base/container/ComponentContainer.java (original)
+++ ofbiz/trunk/framework/base/src/org/ofbiz/base/container/ComponentContainer.java Thu Jul 4 09:34:20 2013
@@ -205,7 +205,7 @@ public class ComponentContainer implemen
try {
File componentPath = FileUtil.getFile(parentPath.getCanonicalPath() + "/" + sub);
if (componentPath.isDirectory() && !sub.equals("CVS") && !sub.equals(".svn")) {
- // make sure we have a component configuraton file
+ // make sure we have a component configuration file
String componentLocation = componentPath.getCanonicalPath();
File configFile = FileUtil.getFile(componentLocation + "/ofbiz-component.xml");
if (configFile.exists()) {