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/01 17:00:54 UTC

svn commit: r662231 - /webservices/axis2/trunk/c/src/core/transport/http/sender/http_transport_sender.c

Author: nandika
Date: Sun Jun  1 08:00:54 2008
New Revision: 662231

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

Modified:
    webservices/axis2/trunk/c/src/core/transport/http/sender/http_transport_sender.c

Modified: webservices/axis2/trunk/c/src/core/transport/http/sender/http_transport_sender.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/sender/http_transport_sender.c?rev=662231&r1=662230&r2=662231&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/sender/http_transport_sender.c (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/sender/http_transport_sender.c Sun Jun  1 08:00:54 2008
@@ -370,7 +370,7 @@
             if (trans_desc)
             {
 
-                /* accesing parameter in axis2.xml which set to have
+                /* accessing parameter in axis2.xml which set to have
                  * an ability to send xml versoin processing
                  * instruction <?xml version = "1.0"?> */
                 write_xml_declaration_param =
@@ -449,7 +449,7 @@
                     {
                         
                         AXIS2_LOG_ERROR(env->log, AXIS2_LOG_SI,
-                            "Rest fault has occure, error described below");
+                            "Rest fault has occur, error described below");
                         axiom_output_free(om_output, env);
                         om_output = NULL;
                         xml_writer = NULL;