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 2007/10/29 07:18:12 UTC

svn commit: r589504 - /webservices/axis2/trunk/c/util/src/env.c

Author: nandika
Date: Sun Oct 28 23:18:12 2007
New Revision: 589504

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

Modified:
    webservices/axis2/trunk/c/util/src/env.c

Modified: webservices/axis2/trunk/c/util/src/env.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/src/env.c?rev=589504&r1=589503&r2=589504&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/src/env.c (original)
+++ webservices/axis2/trunk/c/util/src/env.c Sun Oct 28 23:18:12 2007
@@ -118,7 +118,7 @@
     if (!allocator || !error || !pool)
         return NULL;
 
-    env = (axutil_env_t *)AXIS2_MALLOC(allocator ,sizeof(axis2_env_t));
+    env = (axutil_env_t *)AXIS2_MALLOC(allocator ,sizeof(axutil_env_t));
 	
 
     if (!env)



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org