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:56:49 UTC

svn commit: r399820 - /webservices/axis2/trunk/java/modules/samples/xdocs/googleSearch/GoogleSearchHelp.html

Author: ruchithf
Date: Thu May  4 11:56:46 2006
New Revision: 399820

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

Modified:
    webservices/axis2/trunk/java/modules/samples/xdocs/googleSearch/GoogleSearchHelp.html

Modified: webservices/axis2/trunk/java/modules/samples/xdocs/googleSearch/GoogleSearchHelp.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/samples/xdocs/googleSearch/GoogleSearchHelp.html?rev=399820&r1=399819&r2=399820&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/xdocs/googleSearch/GoogleSearchHelp.html (original)
+++ webservices/axis2/trunk/java/modules/samples/xdocs/googleSearch/GoogleSearchHelp.html Thu May  4 11:56:46 2006
@@ -110,7 +110,7 @@
  processing response soap and extract elements which have the local names as 
  "snippet" and "URL". It has to work with AXIOM. You can notice that it uses several Iterators to go through the children of an OMElement.  the Iterator 
  returns an object that can be cast into an OMNode. Since you can't call for the children of an OMNode we have to cast it to an OMElement 
- where a type cheking needs to be done as follows. </p>
+ where a type checking needs to be done as follows. </p>
  <p><font face="Courier New"><font size="2">Iterator iterator0 = operation.getChildren();<br/> 
  while (iterator0.hasNext()) { <br/>
  OMNode node = (OMNode) iterator0.next(); <br/>
@@ -123,4 +123,4 @@
  <p>&nbsp; </p>
  <hr/>
 </body>
-</html>
\ No newline at end of file
+</html>