From 2b169c74ad09bdf45f2f342e83631d9d740267a7 Mon Sep 17 00:00:00 2001 From: nandika Date: Wed, 26 Dec 2012 15:19:36 +0000 Subject: fixing issue AXIS2C-1518, content type setting corrected git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1425947 13f79535-47bb-0310-9956-ffa450edef68 --- src/core/transport/http/server/IIS/axis2_iis_out_transport_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/transport/http/server/IIS/axis2_iis_out_transport_info.c b/src/core/transport/http/server/IIS/axis2_iis_out_transport_info.c index fb7693b..4ad0069 100644 --- a/src/core/transport/http/server/IIS/axis2_iis_out_transport_info.c +++ b/src/core/transport/http/server/IIS/axis2_iis_out_transport_info.c @@ -82,7 +82,7 @@ axis2_iis_out_transport_info_set_content_type( info_impl->content_type[0] = '\0'; if(info_impl->encoding) { - sprintf(info_impl->content_type, "%s%s%s", content_type, ";charser:", info_impl->encoding); + sprintf(info_impl->content_type, "%s%s%s", content_type, ";charset:", info_impl->encoding); } else { -- cgit v1.1-32-gdbae