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:27:56 UTC

svn commit: r731916 - /webservices/axis2/trunk/c/src/core/clientapi/op_client.c

Author: nandika
Date: Tue Jan  6 03:27:55 2009
New Revision: 731916

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

Modified:
    webservices/axis2/trunk/c/src/core/clientapi/op_client.c

Modified: webservices/axis2/trunk/c/src/core/clientapi/op_client.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/clientapi/op_client.c?rev=731916&r1=731915&r2=731916&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/clientapi/op_client.c (original)
+++ webservices/axis2/trunk/c/src/core/clientapi/op_client.c Tue Jan  6 03:27:55 2009
@@ -1133,7 +1133,7 @@
     return op_client->svc_ctx;
 }
 
-/* This function is called only for single cannel invocations */
+/* This function is called only for single channel invocations */
 AXIS2_EXTERN axis2_msg_ctx_t *AXIS2_CALL
 axis2_op_client_two_way_send(
     const axutil_env_t * env,