[3.0] 527376f Small doc fixes

Tollef Fog Heen tfheen at varnish-cache.org
Thu May 24 14:51:10 CEST 2012


commit 527376f6515944300b6e47e06d7efe8f1d397367
Author: Andreas Plesner Jacobsen <apj at mutt.dk>
Date:   Mon Mar 12 12:25:41 2012 +0100

    Small doc fixes

diff --git a/doc/sphinx/tutorial/logging.rst b/doc/sphinx/tutorial/logging.rst
index 68f1d87..1f0bc18 100644
--- a/doc/sphinx/tutorial/logging.rst
+++ b/doc/sphinx/tutorial/logging.rst
@@ -9,7 +9,7 @@ memory segment. When the end of the segment is reached we start over,
 overwriting old data. This is much, much faster then logging to a file
 and it doesn't require disk space.
 
-The flip side is that if you forget to have program actually write the
+The flip side is that if you forget to have a program actually write the
 logs to disk they will disappear.
 
 varnishlog is one of the programs you can use to look at what Varnish
diff --git a/doc/sphinx/tutorial/vcl.rst b/doc/sphinx/tutorial/vcl.rst
index 7171ab6..54bce37 100644
--- a/doc/sphinx/tutorial/vcl.rst
+++ b/doc/sphinx/tutorial/vcl.rst
@@ -135,7 +135,7 @@ down for, uhm, examples.
 Example 1 - manipulating headers
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-Lets say we want to remove the cookie for all objects in the /static
+Lets say we want to remove the cookie for all objects in the /images
 directory of our web server::
 
   sub vcl_recv {



More information about the varnish-commit mailing list