You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ru...@apache.org on 2006/01/10 16:44:02 UTC

svn commit: r367651 - in /webservices/axis2/trunk/java/xdocs/0_94: Axis2ArchitectureGuide.html webadminguide.html

Author: ruchithf
Date: Tue Jan 10 07:43:57 2006
New Revision: 367651

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

Modified:
    webservices/axis2/trunk/java/xdocs/0_94/Axis2ArchitectureGuide.html
    webservices/axis2/trunk/java/xdocs/0_94/webadminguide.html

Modified: webservices/axis2/trunk/java/xdocs/0_94/Axis2ArchitectureGuide.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/0_94/Axis2ArchitectureGuide.html?rev=367651&r1=367650&r2=367651&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/0_94/Axis2ArchitectureGuide.html (original)
+++ webservices/axis2/trunk/java/xdocs/0_94/Axis2ArchitectureGuide.html Tue Jan 10 07:43:57 2006
@@ -404,7 +404,7 @@
   </li>
   <li><p style="margin-bottom: 0in">Dispatch Phase - The Dispatchers run in
     this phase and find the Service if the service is not found already.
-    <br> The psot condition of the dispatch phase work as follows;
+    <br> The post condition of the dispatch phase work as follows;
        That checks weather the service is found or not. If the service has not been found by
     this point the execution will halt and send a "service not found
     error".</p>

Modified: webservices/axis2/trunk/java/xdocs/0_94/webadminguide.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/0_94/webadminguide.html?rev=367651&r1=367650&r2=367651&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/0_94/webadminguide.html (original)
+++ webservices/axis2/trunk/java/xdocs/0_94/webadminguide.html Tue Jan 10 07:43:57 2006
@@ -174,7 +174,7 @@
 
 <h3><a name="phases"></a>Available Phases</h3>
 
-<p>'Available Phases' link will display all the avaliable phases. In Axis2
+<p>'Available Phases' link will display all the available phases. In Axis2
 there are two levels of phases:</p>
 <ul>
   <li>System predefined phases (not allowed to be changed)</li>
@@ -223,7 +223,7 @@
 system. It can be either system predefined or user defined phase.</p>
 
 <p>On the other hand, if the module was implemented in such a way that it is
-going to be deployed to a service or to an operation, then the module canNOT
+going to be deployed to a service or to an operation, then the module cannot
 be included in any of the <a href="#phases">System Predefined Phases</a>.
 Thus it can only be included in <a href="#phases">User Defined Phases</a>.</p>