Author: gnodet
Date: Mon Dec 10 15:53:46 2007
New Revision: 603100
URL: http://svn.apache.org/viewvc?rev=603100&view=rev
Log:
Fix typo
Modified:
servicemix/smx4/runtime/trunk/main/src/main/java/org/apache/servicemix/runtime/main/Main.java
Modified:
servicemix/smx4/runtime/trunk/main/src/main/java/org/apache/servicemix/runtime/main/Main.java
URL:
http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/main/src/main/java/org/apache/servicemix/runtime/main/Main.java?rev=603100&r1=603099&r2=603100&view=diff
==============================================================================
---
servicemix/smx4/runtime/trunk/main/src/main/java/org/apache/servicemix/runtime/main/Main.java
(original)
+++
servicemix/smx4/runtime/trunk/main/src/main/java/org/apache/servicemix/runtime/main/Main.java
Mon Dec 10 15:53:46 2007
@@ -293,7 +293,7 @@
}
}
if( rc == null ) {
- throw new IOException("The ServiceMix install directory
could not be determined. Please set the "+PROP_SERVICEMIX_HOME+" system
property or the "+ENV_SERVICEMIX_HOME+" enviorment variable.");
+ throw new IOException("The ServiceMix install directory
could not be determined. Please set the "+PROP_SERVICEMIX_HOME+" system
property or the "+ENV_SERVICEMIX_HOME+" environment variable.");
}
return rc;