You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2014/04/28 22:56:01 UTC

[2/2] git commit: s/symnatics/semantics/

s/symnatics/semantics/


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/7b08eb80
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/7b08eb80
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/7b08eb80

Branch: refs/heads/master
Commit: 7b08eb8046826f1d5230ade16dec7ec5e3a557f3
Parents: 44236ae
Author: James Peach <jp...@apache.org>
Authored: Mon Apr 28 13:51:32 2014 -0700
Committer: James Peach <jp...@apache.org>
Committed: Mon Apr 28 13:55:24 2014 -0700

----------------------------------------------------------------------
 proxy/http/HttpClientSession.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/7b08eb80/proxy/http/HttpClientSession.cc
----------------------------------------------------------------------
diff --git a/proxy/http/HttpClientSession.cc b/proxy/http/HttpClientSession.cc
index cfdbea3..d98d48a 100644
--- a/proxy/http/HttpClientSession.cc
+++ b/proxy/http/HttpClientSession.cc
@@ -302,7 +302,7 @@ HttpClientSession::do_io_close(int alerrno)
 
     // We want the client to know that that we're finished
     //  writing.  The write shutdown accomplishes this.  Unfortuantely,
-    //  the IO Core symnatics don't stop us from getting events
+    //  the IO Core semantics don't stop us from getting events
     //  on the write side of the connection like timeouts so we
     //  need to zero out the write of the continuation with
     //  the do_io_write() call (INKqa05309)