Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/admin/faqs.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion doc/admin/transparent-proxy/wccp-configuration.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion doc/reference/api/TSDebug.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion doc/reference/api/TSRemap.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion doc/reference/api/TSmalloc.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
2 changes: 1 addition & 1 deletion doc/reference/configuration/records.config.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down