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 12:43:28 UTC

svn commit: r731919 - /webservices/axis2/trunk/c/src/core/description/svc.c

Author: nandika
Date: Tue Jan  6 03:43:27 2009
New Revision: 731919

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

Modified:
    webservices/axis2/trunk/c/src/core/description/svc.c

Modified: webservices/axis2/trunk/c/src/core/description/svc.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/description/svc.c?rev=731919&r1=731918&r2=731919&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/description/svc.c (original)
+++ webservices/axis2/trunk/c/src/core/description/svc.c Tue Jan  6 03:43:27 2009
@@ -1291,7 +1291,7 @@
 
     local_location_str = (axis2_char_t *) location; /* Casted to facilitate loop */
 
-    /* skip the biginning '/' */
+    /* skip the beginning '/' */
     if(*local_location_str == '/') 
     {
         local_location_str ++;