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/02 02:21:39 UTC

[2/2] git commit: Fix spelling in comments

Fix spelling in comments


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

Branch: refs/heads/master
Commit: 6bbd2dd262d5f98d66ce0157a681485bac41cb9f
Parents: 0521f07
Author: James Peach <jp...@apache.org>
Authored: Mon Mar 31 11:13:01 2014 -0700
Committer: James Peach <jp...@apache.org>
Committed: Tue Apr 1 17:20:05 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/6bbd2dd2/proxy/http/HttpServerSession.h
----------------------------------------------------------------------
diff --git a/proxy/http/HttpServerSession.h b/proxy/http/HttpServerSession.h
index e349841..c4fd75c 100644
--- a/proxy/http/HttpServerSession.h
+++ b/proxy/http/HttpServerSession.h
@@ -136,7 +136,7 @@ public:
   //   transaction stat properly
   int server_trans_stat;
 
-  // Sessions become if authenication headers
+  // Sessions become if authentication headers
   //  are sent over them
   bool private_session;