Author: gertv
Date: Mon Dec 21 20:12:06 2009
New Revision: 892960
URL: http://svn.apache.org/viewvc?rev=892960&view=rev
Log:
Fix typo in the message
Modified:
servicemix/smx4/features/trunk/activemq/activemq-commands/src/main/java/org/apache/servicemix/activemq/commands/CreateBrokerCommand.java
Modified:
servicemix/smx4/features/trunk/activemq/activemq-commands/src/main/java/org/apache/servicemix/activemq/commands/CreateBrokerCommand.java
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/activemq/activemq-commands/src/main/java/org/apache/servicemix/activemq/commands/CreateBrokerCommand.java?rev=892960&r1=892959&r2=892960&view=diff
==============================================================================
---
servicemix/smx4/features/trunk/activemq/activemq-commands/src/main/java/org/apache/servicemix/activemq/commands/CreateBrokerCommand.java
(original)
+++
servicemix/smx4/features/trunk/activemq/activemq-commands/src/main/java/org/apache/servicemix/activemq/commands/CreateBrokerCommand.java
Mon Dec 21 20:12:06 2009
@@ -95,7 +95,7 @@
safeClose(is);
}
} else {
- System.out.println("@|red File allready exists|. Move it out of
the way if you want it re-created: "
+ System.out.println("@|red File already exists|. Move it out of the
way if you want it re-created: "
+ outFile.getPath() + "");
}
}