Author: ruwan
Date: Sat May 15 15:00:06 2010
New Revision: 944655
URL: http://svn.apache.org/viewvc?rev=944655&view=rev
Log:
fixing a typo
Modified:
synapse/trunk/java/repository/conf/sample/synapse_sample_0.xml
Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_0.xml
URL:
http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_0.xml?rev=944655&r1=944654&r2=944655&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/sample/synapse_sample_0.xml (original)
+++ synapse/trunk/java/repository/conf/sample/synapse_sample_0.xml Sat May 15
15:00:06 2010
@@ -22,6 +22,6 @@
<!-- log all attributes of messages passing through -->
<log level="full"/>
- <!-- Send the messageto implicit destination -->
+ <!-- Send the message to implicit destination -->
<send/>
</definitions>