Commit 0d087276 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Spelling fixes.

Submitted by:	 Federico G. Schwindt

Thanks!
parent 3c67950c
...@@ -81,7 +81,7 @@ backend.list ...@@ -81,7 +81,7 @@ backend.list
backend.set_health matcher state backend.set_health matcher state
Sets the health state on a specific backend. This is useful if 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 [...]] ban *field operator argument* [&& field operator argument [...]]
Immediately invalidate all documents matching the ban Immediately invalidate all documents matching the ban
......
...@@ -483,7 +483,7 @@ vcl_fetch ...@@ -483,7 +483,7 @@ vcl_fetch
hit_for_pass hit_for_pass
Pass in fetch. Passes the object without caching it. This will 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 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 would-be uncachable requests to be passed to the backend at the
same time. The same logic is not necessary in vcl_recv because same time. The same logic is not necessary in vcl_recv because
...@@ -545,7 +545,7 @@ default code. ...@@ -545,7 +545,7 @@ default code.
Multiple subroutines 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 ones are defined, they are concatenated in the order in which they
appear in the source. appear in the source.
The default versions distributed with Varnish will be implicitly The default versions distributed with Varnish will be implicitly
......
...@@ -34,7 +34,7 @@ The vmod.vcc file ...@@ -34,7 +34,7 @@ The vmod.vcc file
The interface between your VMOD and the VCL compiler ("VCC") and the 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 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. data structures that does all the hard work.
The std VMODs vmod.vcc file looks somewhat like this:: The std VMODs vmod.vcc file looks somewhat like this::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment