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:01:29 UTC

svn commit: r662232 - /webservices/axis2/trunk/c/include/axis2_http_out_transport_info.h

Author: nandika
Date: Sun Jun  1 08:01:29 2008
New Revision: 662232

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

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

Modified: webservices/axis2/trunk/c/include/axis2_http_out_transport_info.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_http_out_transport_info.h?rev=662232&r1=662231&r2=662232&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_http_out_transport_info.h (original)
+++ webservices/axis2/trunk/c/include/axis2_http_out_transport_info.h Sun Jun  1 08:01:29 2008
@@ -164,7 +164,7 @@
 #define AXIS2_HTTP_OUT_TRANSPORT_INFO_SET_CONTENT_TYPE(out_transport_info, \
                env, content_type) axis2_http_out_transport_info_set_content_type (out_transport_info, env, content_type)
 
-    /** Set cahr encoding. */
+    /** Set char encoding. */
 #define AXIS2_HTTP_OUT_TRANSPORT_INFO_SET_CHAR_ENCODING(out_transport_info,\
                env, encoding) axis2_http_out_transport_info_set_char_encoding(out_transport_info, env, encoding)