You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2015/05/24 20:18:57 UTC

trafficserver git commit: Fix small errors in header_rewrite.en.rst

Repository: trafficserver
Updated Branches:
  refs/heads/master be6c95ba2 -> 15fc5caf6


Fix small errors in header_rewrite.en.rst

This closes #202


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

Branch: refs/heads/master
Commit: 15fc5caf68af7ac55d2011e9c0952a3915d88a3e
Parents: be6c95b
Author: nidoran <al...@gmail.com>
Authored: Sat May 23 23:56:17 2015 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Sun May 24 12:18:36 2015 -0600

----------------------------------------------------------------------
 doc/reference/plugins/header_rewrite.en.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/15fc5caf/doc/reference/plugins/header_rewrite.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/plugins/header_rewrite.en.rst b/doc/reference/plugins/header_rewrite.en.rst
index 84cb90f..e5683de 100644
--- a/doc/reference/plugins/header_rewrite.en.rst
+++ b/doc/reference/plugins/header_rewrite.en.rst
@@ -44,7 +44,7 @@ during the origin response header parsing, using READ_RESPONSE_HDR_HOOK.
 Note that the remap mode of the plugin can only execute rules on hooks that
 occur at remap phase or later (e.g. SEND_REQUEST_HDR_HOOK, READ_RESPONSE_HDR_HOOK etc),
 
-Configuration filenames without an absolute paths are searched for in the
+Configuration filenames without an absolute path are searched for in the
 default configuration directory. This is typically where your main
 configuration files are, e.g. ``/usr/local/etc/trafficserver``.
 
@@ -163,7 +163,7 @@ Condition flags
 ---------------
 
 The condition flags are optional, and you can combine more than one into
-a comma separated list of flags. Note that whitespaces are not allowed inside
+a comma-separated list of flags. Note that whitespaces are not allowed inside
 the brackets::
 
   [NC]  Not case sensitive condition (when applicable) [NOT IMPLEMENTED!]
@@ -180,7 +180,7 @@ Operands to conditions
   >string   # lexically greater
   =string   # lexically equal
 
-The absence of a "matcher" means value exists).
+The absence of a "matcher" means value exists.
 
 Values
 ------