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:17:22 UTC

svn commit: r367636 - in /webservices/axis2/trunk/java/xdocs: 0_93/OMTutorial.html 0_94/OMTutorial.html

Author: ruchithf
Date: Tue Jan 10 07:17:15 2006
New Revision: 367636

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

Modified:
    webservices/axis2/trunk/java/xdocs/0_93/OMTutorial.html
    webservices/axis2/trunk/java/xdocs/0_94/OMTutorial.html

Modified: webservices/axis2/trunk/java/xdocs/0_93/OMTutorial.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/0_93/OMTutorial.html?rev=367636&r1=367635&r2=367636&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/0_93/OMTutorial.html (original)
+++ webservices/axis2/trunk/java/xdocs/0_93/OMTutorial.html Tue Jan 10 07:17:15 2006
@@ -104,7 +104,7 @@
 <table width="100%">
   <tbody>
     <tr>
-      <td><img src="images/OM005.gif" alt="Rememeber this" width="35"
+      <td><img src="images/OM005.gif" alt="Remember this" width="35"
         height="57"></td>
       <td class="special-td">OM is tightly bound to StAX API. To work with OM
         a StAX compliant parser and the API <i>must</i> be present in the
@@ -380,7 +380,7 @@
 <table width="100%">
   <tbody>
     <tr>
-      <td><img src="images/OM005.gif" alt="Rememeber this" width="35"
+      <td><img src="images/OM005.gif" alt="Remember this" width="35"
         height="57"></td>
       <td class="special-td">All iterator implementations internally stay one
         step ahead of their apparent location to provide the correct value
@@ -530,7 +530,7 @@
 <table width="100%">
   <tbody>
     <tr>
-      <td><img src="images/OM005.gif" alt="Rememeber this" width="35"
+      <td><img src="images/OM005.gif" alt="Remember this" width="35"
         height="57"></td>
       <td class="special-td">For consistency reasons once the cache is
         switched off it cannot be switched on again.</td>

Modified: webservices/axis2/trunk/java/xdocs/0_94/OMTutorial.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/0_94/OMTutorial.html?rev=367636&r1=367635&r2=367636&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/0_94/OMTutorial.html (original)
+++ webservices/axis2/trunk/java/xdocs/0_94/OMTutorial.html Tue Jan 10 07:17:15 2006
@@ -86,7 +86,7 @@
 created only when they are absolutely required. This leads to much less
 memory intensive programming. Following is a short feature overview of OM.</p>
 <ul>
-  <li>Lightweigt: OM is specifically targeted to be lightweight. This is
+  <li>Lightweight: OM is specifically targeted to be lightweight. This is
     achieved by reducing the depth of the hierarchy, number of methods and
     the attributes enclosed in the objects. This makes the objects less
     memory intensive.</li>
@@ -104,7 +104,7 @@
 <table width="100%">
   <tbody>
     <tr>
-      <td><img src="images/OM005.gif" alt="Rememeber this" width="35"
+      <td><img src="images/OM005.gif" alt="Remember this" width="35"
         height="57"></td>
       <td class="special-td">OM is tightly bound to StAX API. To work with OM
         a StAX compliant parser and the API <i>must</i> be present in the
@@ -398,7 +398,7 @@
 <table width="100%">
   <tbody>
     <tr>
-      <td><img src="images/OM005.gif" alt="Rememeber this" width="35"
+      <td><img src="images/OM005.gif" alt="Remember this" width="35"
         height="57"></td>
       <td class="special-td">All iterator implementations internally stay one
         step ahead of their apparent location to provide the correct value
@@ -547,7 +547,7 @@
 <table width="100%">
   <tbody>
     <tr>
-      <td><img src="images/OM005.gif" alt="Rememeber this" width="35"
+      <td><img src="images/OM005.gif" alt="Remember this" width="35"
         height="57"></td>
       <td class="special-td">For consistency reasons once the cache is
         switched off it cannot be switched on again.</td>