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/5.0.x
Commit: 50d69f19b7e73503033c0db4ef8bfda109f29c1b
Parents: 86453b9
Author: James Peach <[email protected]>
Authored: Wed Apr 16 10:42:16 2014 -0700
Committer: James Peach <[email protected]>
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);

Reply via email to