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 da...@apache.org on 2005/12/13 07:17:59 UTC

svn commit: r356487 - /webservices/axis2/trunk/c/modules/core/context/src/msg_ctx.c

Author: damitha
Date: Mon Dec 12 22:17:52 2005
New Revision: 356487

URL: http://svn.apache.org/viewcvs?rev=356487&view=rev
Log:
Fixed a small typo

Modified:
    webservices/axis2/trunk/c/modules/core/context/src/msg_ctx.c

Modified: webservices/axis2/trunk/c/modules/core/context/src/msg_ctx.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/context/src/msg_ctx.c?rev=356487&r1=356486&r2=356487&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/context/src/msg_ctx.c (original)
+++ webservices/axis2/trunk/c/modules/core/context/src/msg_ctx.c Mon Dec 12 22:17:52 2005
@@ -935,7 +935,7 @@
 {
     axis2_msg_ctx_impl_t *msg_ctx_impl = NULL;
 
-    AXIS2_FUNC_PARAM_CHECK(msg_ctx, env, AXIS2_FALIURE);
+    AXIS2_FUNC_PARAM_CHECK(msg_ctx, env, AXIS2_FAILURE);
 
     msg_ctx_impl = AXIS2_INTF_TO_IMPL(msg_ctx);