[wsas-java-dev] svn commit r126 - in wsas/java/trunk: modules/samples/TinyURL/xdocs xdocs/tools/cmd

svn at wso2.com svn at wso2.com
Sun Dec 3 06:45:54 PST 2006


Author: chinthaka
Date: Sun Dec  3 06:45:53 2006
New Revision: 126

Modified:
   wsas/java/trunk/modules/samples/TinyURL/xdocs/tiny_url_sample.html
   wsas/java/trunk/xdocs/tools/cmd/code_gen.html
Log:
Fixing more spelling mistakes.



Modified: wsas/java/trunk/modules/samples/TinyURL/xdocs/tiny_url_sample.html
==============================================================================
--- wsas/java/trunk/modules/samples/TinyURL/xdocs/tiny_url_sample.html	(original)
+++ wsas/java/trunk/modules/samples/TinyURL/xdocs/tiny_url_sample.html	Sun Dec  3 06:45:53 2006
@@ -11,7 +11,7 @@
 <h1>TinyURL Sample Guide for WSO2 Web Services Application Server(WSO2 WSAS)</h1>
 
 <h2>INTRODUCTION</h2>
-<p>In this sample the capabilities of WSO2 WSAS to handle both SOAP and Representational State Transfer (REST) will be demonstrated. These capabilities are demonstrated with the help of a web service form which a shorter URL can be obtained by submiting a longer URL</p>
+<p>In this sample the capabilities of WSO2 WSAS to handle both SOAP and Representational State Transfer (REST) will be demonstrated. These capabilities are demonstrated with the help of a web service form which a shorter URL can be obtained by submitting a longer URL</p>
 
 <h2>SCENARIO</h2>
 

Modified: wsas/java/trunk/xdocs/tools/cmd/code_gen.html
==============================================================================
--- wsas/java/trunk/xdocs/tools/cmd/code_gen.html	(original)
+++ wsas/java/trunk/xdocs/tools/cmd/code_gen.html	Sun Dec  3 06:45:53 2006
@@ -30,7 +30,7 @@
 <p>The script file to run this tool is located in WSO2WSAS_HOME/bin</p>
 
 <p><strong>Example :</strong> This example will cover the default scenario of
-generating the client stub using the wsdl to the specified output location.
+generating the client stub using the WSDL to the specified output location.
 You can add other options listed on the Option References for WSDL2Java.</p>
 
 <p><strong>Windows :</strong> wsdl2java -uri
@@ -164,7 +164,7 @@
     <tr>
       <td>-ns2p</td>
       <td>--namespace2package</td>
-      <td>Specifies a comma seperated list of namespaces and packages where
+      <td>Specifies a comma separated list of namespaces and packages where
         the given package will be used in the place of the auto generated
         package for the relevant namespace. The list will be in the format of
         ns1=pkg1,ns2=pkg2.</td>
@@ -207,7 +207,7 @@
     <tr>
       <td>-cp &lt;classpath uri&gt;</td>
       <td>--classPath</td>
-      <td>Comma seperated list of URI's representing the classpath.</td>
+      <td>Comma separated list of URI's representing the classpath.</td>
     </tr>
     <tr>
       <td>-tn &lt;target namespace&gt;</td>




More information about the Wsas-java-dev mailing list