You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by as...@apache.org on 2008/05/15 17:44:33 UTC

svn commit: r656707 - /synapse/branches/1.2/repository/conf/web.xml

Author: asankha
Date: Thu May 15 08:44:32 2008
New Revision: 656707

URL: http://svn.apache.org/viewvc?rev=656707&view=rev
Log:
fix typo

Modified:
    synapse/branches/1.2/repository/conf/web.xml

Modified: synapse/branches/1.2/repository/conf/web.xml
URL: http://svn.apache.org/viewvc/synapse/branches/1.2/repository/conf/web.xml?rev=656707&r1=656706&r2=656707&view=diff
==============================================================================
--- synapse/branches/1.2/repository/conf/web.xml (original)
+++ synapse/branches/1.2/repository/conf/web.xml Thu May 15 08:44:32 2008
@@ -34,7 +34,7 @@
         <!-- The following init parameters are *required* to start the ESB -->
         <!-- They must be configured correctly here, or made available as Java System Properties -->
 
-        <!-- Synapse currently only supported the extracted WAR deployment model. Thus you need
+        <!-- Synapse currently only supports the extracted WAR deployment model. Thus you need
         to extract the synapse.war to a directory, and then configure your servlet engine to
         deploy it off the file system.