[master] e62db2e Clean up examples a bit

Lasse Karstensen lkarsten at varnish-cache.org
Wed Nov 30 15:01:46 CET 2011


commit e62db2ea30d6b36fac5ce645f1f0db2c90dddd51
Author: Lasse Karstensen <lasse at varnish-software.com>
Date:   Wed Nov 30 15:01:40 2011 +0100

    Clean up examples a bit

diff --git a/doc/sphinx/tutorial/vary.rst b/doc/sphinx/tutorial/vary.rst
index 4da6744..a31e449 100644
--- a/doc/sphinx/tutorial/vary.rst
+++ b/doc/sphinx/tutorial/vary.rst
@@ -14,11 +14,11 @@ the page encoded with the deflate encoding.
 The problem is that the Accept-Encoding field contains a lot of
 different encodings. If one browser sends::
 
-  Accept-Encodign: gzip,deflate
+  Accept-Encoding: gzip,deflate
 
 And another one sends::
 
-  Accept-Encoding:: deflate,gzip
+  Accept-Encoding: deflate,gzip
 
 Varnish will keep two variants of the page requested due to the
 different Accept-Encoding headers. Normalizing the accept-encoding



More information about the varnish-commit mailing list