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 na...@apache.org on 2009/01/06 13:01:14 UTC

svn commit: r731922 - /webservices/axis2/trunk/c/axiom/src/om/om_node.c

Author: nandika
Date: Tue Jan  6 04:01:13 2009
New Revision: 731922

URL: http://svn.apache.org/viewvc?rev=731922&view=rev
Log:
comments updated

Modified:
    webservices/axis2/trunk/c/axiom/src/om/om_node.c

Modified: webservices/axis2/trunk/c/axiom/src/om/om_node.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/om/om_node.c?rev=731922&r1=731921&r2=731922&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/om/om_node.c (original)
+++ webservices/axis2/trunk/c/axiom/src/om/om_node.c Tue Jan  6 04:01:13 2009
@@ -29,7 +29,7 @@
 struct axiom_node
 {
 
-    /** document only availble if build through builder */
+    /** document only available if build through builder */
     struct axiom_document *om_doc;
 
     axiom_stax_builder_t *builder;
@@ -413,7 +413,7 @@
 
     if (!om_node->parent)
     {
-        /* We shouldn't add a sibling becuase this node doesn't has a parent. 
+        /* We shouldn't add a sibling because this node doesn't has a parent. 
          * This can be the root node of the tree*/        
         return AXIS2_FAILURE;
     }
@@ -448,7 +448,7 @@
 
     if (!om_node->parent)
     {
-        /* We shouldn't add a sibling becuase this node doesn't has a parent. 
+        /* We shouldn't add a sibling because this node doesn't has a parent. 
          * This can be the root node of the tree*/
         return AXIS2_FAILURE;
     }
@@ -996,7 +996,7 @@
                             axutil_hash_t *temp_attributes = NULL;
                             axiom_namespace_t *namespace = NULL;
 
-                            /* similar to the earlier time, whenever the ending is happend
+                            /* similar to the earlier time, whenever the ending is happened
                              * namespaces declared specially to that element should be cancelled */
                          
                             /* first checking the element namespace */