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

svn commit: r731917 - /webservices/axis2/trunk/c/src/core/util/core_utils.c

Author: nandika
Date: Tue Jan  6 03:35:23 2009
New Revision: 731917

URL: http://svn.apache.org/viewvc?rev=731917&view=rev
Log:
core_utils.c updated

Modified:
    webservices/axis2/trunk/c/src/core/util/core_utils.c

Modified: webservices/axis2/trunk/c/src/core/util/core_utils.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/util/core_utils.c?rev=731917&r1=731916&r2=731917&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/util/core_utils.c (original)
+++ webservices/axis2/trunk/c/src/core/util/core_utils.c Tue Jan  6 03:35:23 2009
@@ -502,7 +502,7 @@
    
     if(first_delimitter)
     {
-        /* if there is another recurisive level,
+        /* if there is another recursive level,
            this will get the url of that level */
         next_level_url = first_delimitter + 1;
         *first_delimitter = '\0';
@@ -538,7 +538,7 @@
     }
 
 
-    /* retrieve or create the maping structure for the key*/
+    /* retrieve or create the mapping structure for the key*/
     mapping_struct = axutil_hash_get(rest_map,
                             mapping_key, AXIS2_HASH_KEY_STRING);
     if(!mapping_struct)
@@ -781,7 +781,7 @@
        return NULL;
     }
     
-    /* checking the existance of the addition parameters
+    /* checking the existence of the addition parameters
        after the question mark '?' */
     addition_params_str = strchr(local_url, '?');
     if(addition_params_str)
@@ -916,7 +916,7 @@
    
     if(first_delimitter)
     {
-        /* if there is another recurisive level,
+        /* if there is another recursive level,
            this will get the url of that level */
         next_level_url = first_delimitter + 1;
         *first_delimitter = '\0';