You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2018/08/31 16:01:23 UTC

[trafficserver] branch 8.0.x updated: Fixed Spelling.

This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/8.0.x by this push:
     new 9fc354c  Fixed Spelling.
9fc354c is described below

commit 9fc354c4fd096286b1d6b5c5b49b16e2732d9dca
Author: Jimmy Casey <ca...@gmail.com>
AuthorDate: Sun Jul 29 21:46:42 2018 +0000

    Fixed Spelling.
    
    (cherry picked from commit c6cf6aa6859cc1b74b7d761402b86d3d5fa52c39)
---
 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 3331a7d..83a98b1 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.
@@ -7798,7 +7798,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);
 
   //////////////////////////////////////////////////////