[master] 0d08727 Spelling fixes.

Poul-Henning Kamp phk at varnish-cache.org
Wed Jan 2 22:45:44 CET 2013


commit 0d0872766deb9a234cc589e74eee269d2114d6ee
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Jan 2 21:45:17 2013 +0000

    Spelling fixes.
    
    Submitted by:	 Federico G. Schwindt
    
    Thanks!

diff --git a/doc/sphinx/reference/varnish-cli.rst b/doc/sphinx/reference/varnish-cli.rst
index 88b05fe..c34ae7b 100644
--- a/doc/sphinx/reference/varnish-cli.rst
+++ b/doc/sphinx/reference/varnish-cli.rst
@@ -81,7 +81,7 @@ backend.list
 
 backend.set_health matcher state
       Sets the health state on a specific backend. This is useful if
-      you want to take a certain backend out of sirculations.
+      you want to take a certain backend out of circulation.
 
 ban   *field operator argument* [&& field operator argument [...]]
       Immediately invalidate all documents matching the ban
diff --git a/doc/sphinx/reference/vcl.rst b/doc/sphinx/reference/vcl.rst
index 98c1c47..325470c 100644
--- a/doc/sphinx/reference/vcl.rst
+++ b/doc/sphinx/reference/vcl.rst
@@ -483,7 +483,7 @@ vcl_fetch
 
   hit_for_pass 
     Pass in fetch. Passes the object without caching it. This will
-    create a socalled hit_for_pass object which has the side effect
+    create a so-called hit_for_pass object which has the side effect
     that the decision not to cache will be cached. This is to allow
     would-be uncachable requests to be passed to the backend at the
     same time. The same logic is not necessary in vcl_recv because
@@ -545,7 +545,7 @@ default code.
 
 Multiple subroutines
 ~~~~~~~~~~~~~~~~~~~~
-If multiple subroutines with the the name of one of the builtin
+If multiple subroutines with the name of one of the builtin
 ones are defined, they are concatenated in the order in which they
 appear in the source.
 The default versions distributed with Varnish will be implicitly
diff --git a/doc/sphinx/reference/vmod.rst b/doc/sphinx/reference/vmod.rst
index a76dee1..b9eb22a 100644
--- a/doc/sphinx/reference/vmod.rst
+++ b/doc/sphinx/reference/vmod.rst
@@ -34,7 +34,7 @@ The vmod.vcc file
 
 The interface between your VMOD and the VCL compiler ("VCC") and the
 VCL runtime ("VRT") is defined in the vmod.vcc file which a python
-script called "vmod.py" turns into thaumathurgically challenged C
+script called "vmod.py" turns into thaumaturgically challenged C
 data structures that does all the hard work.
 
 The std VMODs vmod.vcc file looks somewhat like this::



More information about the varnish-commit mailing list