aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index b815aff..f6c7ca6 100644
--- a/README
+++ b/README
@@ -33,7 +33,7 @@ Special functions are provided for testing if a variable is defined:
the defined() function returns true if the variable is defined, and
the type_of() function returns the type of the variable.
-A special fearure of this module are regset() and queryset()
+A special feature of this module are regset() and queryset()
functions. The regset() function allows you to parse a string
(e.g. a URL or header value) according to a regular expression
and to set several variables at once to selected substrings of
@@ -163,7 +163,7 @@ s/var\./variable./
Main differences of vmod_variable from vmod_var:
-1. Both Varsnish 3 and 4 are supported;
+1. Both Varnish 3 and 4 are supported;
2. Variables are stored in hash tables with open addressing, to
speed up accesses (vmod_var keeps them in singly-linked lists).

Return to:

Send suggestions and report system problems to the System administrator.