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

svn commit: r731915 - /webservices/axis2/trunk/c/src/core/clientapi/svc_client.c

Author: nandika
Date: Tue Jan  6 03:26:43 2009
New Revision: 731915

URL: http://svn.apache.org/viewvc?rev=731915&view=rev
Log:
spelling corrected in comment

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

Modified: webservices/axis2/trunk/c/src/core/clientapi/svc_client.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/clientapi/svc_client.c?rev=731915&r1=731914&r2=731915&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/clientapi/svc_client.c (original)
+++ webservices/axis2/trunk/c/src/core/clientapi/svc_client.c Tue Jan  6 03:26:43 2009
@@ -746,7 +746,7 @@
 
     /* If dual channel blocking. We come to this block if the client indicate to use
      * a separate listener but don't provide a callback function to acted upon when
-     * response is recieved in the listener thread. What we do here is we create a callback
+     * response is received in the listener thread. What we do here is we create a callback
      * and call axis2_svc_client_send_receive_non_blocking_with_op_qname with it. */
     if (axis2_options_get_use_separate_listener(svc_client->options, env))
     {