From af93f3e81360d8283cf83eb22b9f3165e097774d Mon Sep 17 00:00:00 2001 From: nadiramra Date: Tue, 1 Jun 2010 20:09:28 +0000 Subject: Minor API name correction receive to receive. kept old api for backward compatibility but removed from header file. git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@950233 13f79535-47bb-0310-9956-ffa450edef68 --- src/core/transport/http/common/http_header.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/transport/http/common') diff --git a/src/core/transport/http/common/http_header.c b/src/core/transport/http/common/http_header.c index 3ea2ffc..bd461e3 100644 --- a/src/core/transport/http/common/http_header.c +++ b/src/core/transport/http/common/http_header.c @@ -75,7 +75,7 @@ axis2_http_header_create_by_str( */ /* * strdup is removed to increase the performance. This method is called from - * axis2_simple_http_svr_conn_read_request and axis2_http_client_recieve_header and both of them + * axis2_simple_http_svr_conn_read_request and axis2_http_client_receive_header and both of them * passes a temporary string. hence we can modify the contents without doing a strdup. * Above code is commented after 1.6.0 . If no issue is found until 1.8.0, above can be removed */ -- cgit v1.1-32-gdbae