[3.0] 23fa9e5 Fix typo

Tollef Fog Heen tfheen at varnish-cache.org
Mon Apr 16 10:20:37 CEST 2012


commit 23fa9e5ab6bbc752dd69a39a8a1ce87381aaf28b
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Mon Jan 2 12:59:42 2012 +0100

    Fix typo

diff --git a/doc/sphinx/reference/varnish-cli.rst b/doc/sphinx/reference/varnish-cli.rst
index 69b6546..a097248 100644
--- a/doc/sphinx/reference/varnish-cli.rst
+++ b/doc/sphinx/reference/varnish-cli.rst
@@ -196,7 +196,7 @@ consists of a field, an operator, and an argument.  Conditions can be
 ANDed together with "&&".
 
 A field can be any of the variables from VCL, for instance req.url,
-req.http.host or obj.set-cookie.
+req.http.host or obj.http.set-cookie.
 
 Operators are "==" for direct comparision, "~" for a regular
 expression match, and ">" or "<" for size comparisons.  Prepending



More information about the varnish-commit mailing list