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 2008/06/12 11:49:04 UTC

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

Author: nandika
Date: Thu Jun 12 02:49:04 2008
New Revision: 667018

URL: http://svn.apache.org/viewvc?rev=667018&view=rev
Log:
typo in 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=667018&r1=667017&r2=667018&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/clientapi/op_client.c (original)
+++ webservices/axis2/trunk/c/src/core/clientapi/op_client.c Thu Jun 12 02:49:04 2008
@@ -219,7 +219,7 @@
 
     if (op_client->reuse)
     {
-        /* This is the second invocation using the same service clinet,
+        /* This is the second invocation using the same service client,
            so reset */
         if (out_msg_ctx)
         {
@@ -690,7 +690,7 @@
     /* send the request and wait for response */
     response = axis2_op_client_two_way_send(th_env, args_list->msg_ctx);
 
-    /* We do not need to handle the NULL reponse here because this thread function is called only
+    /* We do not need to handle the NULL response here because this thread function is called only
      * in the single channel non blocking case which, imply this is two way message by design.
      */