summaryrefslogtreecommitdiffstats
path: root/src/core/transport/http/common/http_header.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/transport/http/common/http_header.c')
-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
*/