Author: deepal
Date: Wed Dec 21 02:29:17 2005
New Revision: 358257
URL: http://svn.apache.org/viewcvs?rev=358257&view=rev
Log:
fixing some typos
Modified:
webservices/axis2/trunk/java/modules/core/webapp/LeftFrame.jsp
webservices/axis2/trunk/java/modules/core/webapp/admin.jsp
Modified: webservices/axis2/trunk/java/modules/core/webapp/LeftFrame.jsp
URL:
http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/LeftFrame.jsp?rev=358257&r1=358256&r2=358257&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/LeftFrame.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/LeftFrame.jsp Wed Dec 21
02:29:17 2005
@@ -100,7 +100,7 @@
</td>
<td>
- <a href="selectService">Operation specific Chains</a>
+ <a href="selectService">Operation Specific Chains</a>
</td>
</tr>
<tr>
Modified: webservices/axis2/trunk/java/modules/core/webapp/admin.jsp
URL:
http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/admin.jsp?rev=358257&r1=358256&r2=358257&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/admin.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/admin.jsp Wed Dec 21
02:29:17 2005
@@ -32,5 +32,5 @@
%>
<jsp:include page="include/adminheader.jsp"></jsp:include>
<h1>Welcome to the Axis2 administration system!</h1>
-<p>The Axis2 administration system can be used to check on the health of your
Axis2 deployment as well as to change any parameters at run time. Other than
changing of parameters the web interface also has the ability upload new
services into Axis2[Service hot deployment.].</p>
+<p>The Axis2 administration system can be used to check on the health of your
Axis2 deployment as well as to change any parameters at run time. Other than
changing of parameters the web interface also has the ability to upload new
services into Axis2[Service hot deployment.].</p>
<jsp:include page="include/adminfooter.jsp"></jsp:include>