You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ru...@apache.org on 2006/05/04 20:44:16 UTC

svn commit: r399814 - /webservices/axis2/trunk/java/modules/samples/xdocs/SGCCalculator/readme.html

Author: ruchithf
Date: Thu May  4 11:44:14 2006
New Revision: 399814

URL: http://svn.apache.org/viewcvs?rev=399814&view=rev
Log:
Fixing typos

Modified:
    webservices/axis2/trunk/java/modules/samples/xdocs/SGCCalculator/readme.html

Modified: webservices/axis2/trunk/java/modules/samples/xdocs/SGCCalculator/readme.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/samples/xdocs/SGCCalculator/readme.html?rev=399814&r1=399813&r2=399814&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/xdocs/SGCCalculator/readme.html (original)
+++ webservices/axis2/trunk/java/modules/samples/xdocs/SGCCalculator/readme.html Thu May  4 11:44:14 2006
@@ -16,9 +16,9 @@
 Service Groups, users can group several services together. This
 concept gives two main advantages to users.</P>
 <OL>
-	<LI><P>Several related sevices can be easily managed and deployed.</P>
+	<LI><P>Several related services can be easily managed and deployed.</P>
 	<LI><P>Can share information between different services of the same
-	Servie Group at run time.</P>
+	Service Group at run time.</P>
 </OL>
 <P>This sample application demonstrate how you can create a service
 group and how you can use the functionalities offered by axis2 to
@@ -39,7 +39,7 @@
 service group.</P>
 <P STYLE="text-decoration: none">When the addPrevious operation is
 run (which takes a single integer as the parameter) the saved value
-of the last operation will be added to the integer valus that comes
+of the last operation will be added to the integer values that comes
 as a parameter.</P>
 <P STYLE="text-decoration: none">You can even call operations of the
 other two services. These services can also use the value saved from
@@ -48,7 +48,7 @@
 provided to run this in a interactive manner.</P>
 <P><U>How to run the sample</U></P>
 <P>Please run axis2 and deploy the provided Calculator.aar service by
-simply droping it to the Axis2_webapp/WEB-INF/services directory (see
+simply dropping it to the Axis2_webapp/WEB-INF/services directory (see
 axis user guide for more details).</P>
 <P>Run the run.bat file.</P>
 <P>You will see the following screen.</P>
@@ -83,4 +83,4 @@
 <P><BR><BR>
 </P>
 </BODY>
-</HTML>
\ No newline at end of file
+</HTML>