Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 1e99a2a

Browse files
committed
Spelling changes
1 parent b86200c commit 1e99a2a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This is an example skeleton for developing out-of-tree Varnish
22
vmods. It implements the "Hello, World!" as a vmod callback. Not
3-
particular useful in good hello world tradition, but demonstrates how
3+
particularly useful in good hello world tradition, but demonstrates how
44
to get the glue around a vmod working.
55

66
The source tree is based on autotools to configure the building, and
@@ -10,13 +10,13 @@ using the varnishtest tool.
1010
Usage:
1111
./configure VARNISHSRC=DIR [VMODDIR=DIR]
1212

13-
VARNISHSRCDIR is the directory of the Varnish source tree for which to
14-
compile your vmod. Both the VARNISHSRCDIR and VARNISHSRCDIR/include
13+
VARNISHSRC is the directory of the Varnish source tree for which to
14+
compile your vmod. Both the VARNISHSRC and VARNISHSRC/include
1515
will be added to the include search paths for your module.
1616

17-
Optionally you can also set the vmod install dir by adding VMODDIR=DIR
18-
(defaults to the pkg-config discovered directory from your Varnish
19-
installation).
17+
Optionally you can also set the vmod install directory by adding
18+
VMODDIR=DIR (defaults to the pkg-config discovered directory from your
19+
Varnish installation).
2020

2121
Make targets:
2222
make - builds the vmod

0 commit comments

Comments
 (0)