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/16 19:42:38 UTC

git commit: Revert typos in ts.h

Repository: trafficserver
Updated Branches:
  refs/heads/master 86453b993 -> 50d69f19b


Revert typos in ts.h


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

Branch: refs/heads/master
Commit: 50d69f19b7e73503033c0db4ef8bfda109f29c1b
Parents: 86453b9
Author: James Peach <jp...@apache.org>
Authored: Wed Apr 16 10:42:16 2014 -0700
Committer: James Peach <jp...@apache.org>
Committed: Wed Apr 16 10:42:21 2014 -0700

----------------------------------------------------------------------
 proxy/api/ts/ts.h | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/50d69f19/proxy/api/ts/ts.h
----------------------------------------------------------------------
diff --git a/proxy/api/ts/ts.h b/proxy/api/ts/ts.h
index 8e0edb4..26dabc5 100644
--- a/proxy/api/ts/ts.h
+++ b/proxy/api/ts/ts.h
@@ -1382,7 +1382,7 @@ extern "C"
   /** Change packet TOS for the server side connection
    *
       
-   note The change takes effect immediately, if no OS connection has been
+      @note The change takes effect immediately, if no OS connection has been
       made, then this sets the mark that will be used IF an OS connection
       is established
       
@@ -1402,7 +1402,6 @@ extern "C"
      string would prevent setting a content type header (but that is not adviced).
 
      @param txnp HTTP transaction whose parent proxy to get.
-     TSError("[tcp_info] TCP metrics are not supported on this platform");
      @param buf The body message (must be heap allocated).
      @param buflength Length of the body message.
      @param mimetype The MIME type to set the response to (can be NULL, but must
@@ -2118,7 +2117,7 @@ extern "C"
 
   /**
       Set the rolling offset. rolling_offset_hr specifies the hour (between 0 and 23) when log rolling
-      shuld take place.
+      should take place.
 
    */
   tsapi void TSTextLogObjectRollingOffsetHrSet(TSTextLogObject the_object, int rolling_offset_hr);