summaryrefslogtreecommitdiffstats
path: root/src/core/transport/http/common
diff options
context:
space:
mode:
authorGravatar nadiramra2010-06-01 20:09:28 +0000
committerGravatar nadiramra2010-06-01 20:09:28 +0000
commitaf93f3e81360d8283cf83eb22b9f3165e097774d (patch)
tree2d91128d6729d8ffc7dcc028fef4e795dcfb1506 /src/core/transport/http/common
parentf524a1720af5bacf807684d890afa85af4cbe5b7 (diff)
downloadaxis2c-af93f3e81360d8283cf83eb22b9f3165e097774d.tar.gz
axis2c-af93f3e81360d8283cf83eb22b9f3165e097774d.tar.bz2
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
Diffstat (limited to 'src/core/transport/http/common')
-rw-r--r--src/core/transport/http/common/http_header.c2
1 files changed, 1 insertions, 1 deletions
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
*/