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 sa...@apache.org on 2006/08/03 13:25:48 UTC

svn commit: r428346 - /webservices/axis2/trunk/c/include/axis2_stub.h

Author: samisa
Date: Thu Aug  3 04:25:47 2006
New Revision: 428346

URL: http://svn.apache.org/viewvc?rev=428346&view=rev
Log:
Spelling fixes

Modified:
    webservices/axis2/trunk/c/include/axis2_stub.h

Modified: webservices/axis2/trunk/c/include/axis2_stub.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_stub.h?rev=428346&r1=428345&r2=428346&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_stub.h (original)
+++ webservices/axis2/trunk/c/include/axis2_stub.h Thu Aug  3 04:25:47 2006
@@ -68,10 +68,10 @@
                     const axis2_env_t *env);
 
         /**
-         * Sets the endpont reference.
+         * Sets the endpoint reference.
          * @param stub pointer to stub struct
          * @param env pointer to environment struct
-         * @param enpoint_ref pointer to enpoint reference. stub assumes the 
+         * @param endpoint_ref pointer to endpoint reference. stub assumes the 
          * ownership of the endpoint reference struct
          * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
          */
@@ -85,7 +85,7 @@
          * Sets the endpoint reference, represented by a string.
          * @param stub pointer to stub struct
          * @param env pointer to environment struct
-         * @param enpoint_uri pointer to endpoint uri string
+         * @param endpoint_uri pointer to endpoint uri string
          * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
          */
         axis2_status_t (AXIS2_CALL *
@@ -97,7 +97,7 @@
 
         /**
          * Sets the bool value specifying whether to use a separate listener 
-         * for recieve channel.
+         * for receive channel.
          * @param stub pointer to stub struct
          * @param env pointer to environment struct
          * @param use_separate whether to use a separate listener
@@ -183,7 +183,7 @@
     /**
      * Creates a stub instance.
      * @param env pointer to environment struct
-     * @param endpoint_ref pointer to endpoint reference stuct representing the 
+     * @param endpoint_ref pointer to endpoint reference struct representing the 
      * stub endpoint. Newly created stub assumes ownership of the endpoint
      * @param client_home name of the directory that contains the Axis2/C repository
      * @return pointer to newly created axis2_stub struct



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