DOC: fix typos
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/c3aaa669 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/c3aaa669 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/c3aaa669 Branch: refs/heads/master Commit: c3aaa669893bf858fc0933320702e881fe13baf1 Parents: c72080e Author: Masakazu Kitajo <[email protected]> Authored: Sun Dec 29 03:17:11 2013 +0900 Committer: James Peach <[email protected]> Committed: Sat Feb 1 11:06:02 2014 -0800 ---------------------------------------------------------------------- doc/admin/faqs.en.rst | 2 +- doc/admin/transparent-proxy/wccp-configuration.en.rst | 2 +- doc/reference/api/TSDebug.en.rst | 2 +- doc/reference/api/TSRemap.en.rst | 2 +- doc/reference/api/TSmalloc.en.rst | 2 +- doc/reference/configuration/records.config.en.rst | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c3aaa669/doc/admin/faqs.en.rst ---------------------------------------------------------------------- diff --git a/doc/admin/faqs.en.rst b/doc/admin/faqs.en.rst index 3236aea..bc695db 100644 --- a/doc/admin/faqs.en.rst +++ b/doc/admin/faqs.en.rst @@ -213,7 +213,7 @@ A message similar to the following might display in web browsers: :: This is a Web browser issue and not a problem specific to (or caused by) Traffic Server. Because Web browsers maintain a separate local cache in memory and/or disk on the client system, messages about documents that -have expired from cache refer to the browser's local cache and _not _ +have expired from cache refer to the browser's local cache and *not* to the Traffic Server cache. There is no Traffic Server message or condition that can cause such messages to appear in a web browser. http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c3aaa669/doc/admin/transparent-proxy/wccp-configuration.en.rst ---------------------------------------------------------------------- diff --git a/doc/admin/transparent-proxy/wccp-configuration.en.rst b/doc/admin/transparent-proxy/wccp-configuration.en.rst index 5a9a41c..2588822 100644 --- a/doc/admin/transparent-proxy/wccp-configuration.en.rst +++ b/doc/admin/transparent-proxy/wccp-configuration.en.rst @@ -28,7 +28,7 @@ caches. It is available on most Cisco⢠routers although it does not appear to be officially supported by Cisco. The primary benefits of WCCP are -- If already have a router that supports WCCP inline you do not not +- If already have a router that supports WCCP inline you do not have to change your network topology. - WCCP fails open so that if the Traffic Server machine fails, it is bypassed and users continue to have Internet access. http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c3aaa669/doc/reference/api/TSDebug.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/api/TSDebug.en.rst b/doc/reference/api/TSDebug.en.rst index dae2d70..430617c 100644 --- a/doc/reference/api/TSDebug.en.rst +++ b/doc/reference/api/TSDebug.en.rst @@ -57,7 +57,7 @@ message and aborts in both release and debug mode. :func:`TSDebugSpecific` emits a debug line even if the debug tag is turned off, as long as debug flag is enabled. This can be used -in conjuction with :func:`TSHttpTxnDebugSet`, :func:`TSHttpSsnDebugSet`, +in conjunction with :func:`TSHttpTxnDebugSet`, :func:`TSHttpSsnDebugSet`, :func:`TSHttpTxnDebugGet` and :func:`TSHttpSsnDebugGet` to enable debugging on specific session and transaction objects. http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c3aaa669/doc/reference/api/TSRemap.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/api/TSRemap.en.rst b/doc/reference/api/TSRemap.en.rst index 53668e7..4094c63 100644 --- a/doc/reference/api/TSRemap.en.rst +++ b/doc/reference/api/TSRemap.en.rst @@ -44,7 +44,7 @@ file. Writing a remap plugin consists of implementing one or more of the remap entry points and configuring the remap.config configuration file to route the transaction through your plugin. Multiple remap plugins can be specified for a single remap rule, resulting in a remap plugin chain -where each pligin is given an opportunity to examine the HTTP transaction. +where each plugin is given an opportunity to examine the HTTP transaction. :func:`TSRemapInit` is a required entry point. This function will be called once when Traffic Server loads the plugin. If the optional :func:`TSRemapDone` http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c3aaa669/doc/reference/api/TSmalloc.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/api/TSmalloc.en.rst b/doc/reference/api/TSmalloc.en.rst index cbb2a3f..ea4f81a 100644 --- a/doc/reference/api/TSmalloc.en.rst +++ b/doc/reference/api/TSmalloc.en.rst @@ -60,7 +60,7 @@ allocated using :func:`TSmalloc` and should be freed by a call to is a duplicate of the string pointed to by str and size bytes long. The new string will be NUL-terminated. This API is very useful for transforming non NUL-terminated string values returned -by APIs such as :func:`TSMimeHdrFieldStringValueGet` into NLL-terminated +by APIs such as :func:`TSMimeHdrFieldValueStringGet` into NUL-terminated string values. The memory for the new string is allocated using :func:`TSmalloc` and should be freed by a call to :func:`TSfree`. http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c3aaa669/doc/reference/configuration/records.config.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/configuration/records.config.en.rst b/doc/reference/configuration/records.config.en.rst index 96e4a99..7a3d83c 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -171,7 +171,7 @@ System Variables The directory that contains Traffic Server configuration files. This is a read-only configuration option that contains the ``SYSCONFDIR`` value specified at build time relative to the - installation prefic. THe ``$TS_ROOT`` environment variable can + installation prefix. The ``$TS_ROOT`` environment variable can be used alter the installation prefix at run time. .. ts:cv:: CONFIG proxy.config.alarm_email STRING
