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:38 UTC

[1/2] git commit: doc: make man page index more compact

Repository: trafficserver
Updated Branches:
  refs/heads/master 0521f07be -> 4dd17d37b


doc: make man page index more compact


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

Branch: refs/heads/master
Commit: 4dd17d37bd84b5660477d0efece3537e9b6bc65c
Parents: 6bbd2dd
Author: James Peach <jp...@apache.org>
Authored: Tue Apr 1 17:16:07 2014 -0700
Committer: James Peach <jp...@apache.org>
Committed: Tue Apr 1 17:20:05 2014 -0700

----------------------------------------------------------------------
 doc/reference/api/index.en.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/4dd17d37/doc/reference/api/index.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/api/index.en.rst b/doc/reference/api/index.en.rst
index 7f7379c..2cadf91 100644
--- a/doc/reference/api/index.en.rst
+++ b/doc/reference/api/index.en.rst
@@ -19,7 +19,7 @@ API Reference
   under the License.
 
 .. toctree::
-  :maxdepth: 2
+  :maxdepth: 1
 
   TSAPI.en
   TSDebug.en


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

Posted by jp...@apache.org.
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;