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 2016/08/18 17:01:31 UTC

[trafficserver] branch master updated: Fixed spelling in comments

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

bcall pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  64f7ed4   Fixed spelling in comments
64f7ed4 is described below

commit 64f7ed4d5ec7ac172fe2107c5ab111d8c6e1afb7
Author: Bryan Call <bc...@apache.org>
AuthorDate: Thu Aug 18 10:00:21 2016 -0700

    Fixed spelling in comments
---
 proxy/http2/Http2Stream.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/proxy/http2/Http2Stream.cc b/proxy/http2/Http2Stream.cc
index 2fc73c4..bcbd189 100644
--- a/proxy/http2/Http2Stream.cc
+++ b/proxy/http2/Http2Stream.cc
@@ -333,10 +333,10 @@ Http2Stream::initiating_close()
     closed = true;
     _state = HTTP2_STREAM_STATE_CLOSED;
 
-    // leaving the reference to the SM, so we can detatch from the SM when we actually destroy
+    // leaving the reference to the SM, so we can detach from the SM when we actually destroy
     // current_reader = NULL;
     // Leaving reference to client session as well, so we can signal once the
-    // TXN_CLOSE has beent sent
+    // TXN_CLOSE has been sent
     // parent = NULL;
 
     clear_timers();

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].