This is an automated email from the ASF dual-hosted git repository.
masaori pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new c6cf6aa Fixed Spelling.
c6cf6aa is described below
commit c6cf6aa6859cc1b74b7d761402b86d3d5fa52c39
Author: Jimmy Casey <[email protected]>
AuthorDate: Sun Jul 29 21:46:42 2018 +0000
Fixed Spelling.
---
lib/ts/ink_res_init.cc | 2 +-
proxy/http/HttpTransact.cc | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/ts/ink_res_init.cc b/lib/ts/ink_res_init.cc
index ca0c29c..39a24cd 100644
--- a/lib/ts/ink_res_init.cc
+++ b/lib/ts/ink_res_init.cc
@@ -291,7 +291,7 @@ ink_res_randomid()
*
* Return 0 if completes successfully, -1 on error
*
- * @internal This function has to be reachable by res_data.c but not
publically.
+ * @internal This function has to be reachable by res_data.c but not publicly.
*/
int
ink_res_init(ink_res_state statp, ///< State object to update.
diff --git a/proxy/http/HttpTransact.cc b/proxy/http/HttpTransact.cc
index 993fec5..a52d3b3 100644
--- a/proxy/http/HttpTransact.cc
+++ b/proxy/http/HttpTransact.cc
@@ -6569,7 +6569,7 @@ HttpTransact::handle_content_length_header(State *s,
HTTPHdr *header, HTTPHdr *b
// No content length header.
if (s->source == SOURCE_CACHE) {
// If there is no content-length header, we can
- // insert one since the cache knows definately
+ // insert one since the cache knows definitely
// how long the object is unless we're in a
// read-while-write mode and object hasn't been
// written into a cache completely.
@@ -7804,7 +7804,7 @@ HttpTransact::build_error_response(State *s, HTTPStatus
status_code, const char
error_body_type = "default";
}
- // Make sure that if this error occured before we initailzied the state
variables that we do now.
+ // Make sure that if this error occurred before we initailzied the state
variables that we do now.
initialize_state_variables_from_request(s, &s->hdr_info.client_request);
//////////////////////////////////////////////////////