aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--README4
-rw-r--r--src/vmod-variable.32
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 9270c09..1c3e867 100644
--- a/NEWS
+++ b/NEWS
@@ -6,5 +6,5 @@ Please send vmod-variable bug reports to <gray@gnu.org>
-Version 1.0, (git)
+Version 1.0, 2015-02-16
Initial release
diff --git a/README b/README
index b815aff..f6c7ca6 100644
--- a/README
+++ b/README
@@ -34,5 +34,5 @@ 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
@@ -164,5 +164,5 @@ 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
diff --git a/src/vmod-variable.3 b/src/vmod-variable.3
index 5d5467d..f249ad3 100644
--- a/src/vmod-variable.3
+++ b/src/vmod-variable.3
@@ -50,5 +50,5 @@ the latter, it provides the following new features:
.nr step 1 1
.IP \n[step].
-Both Varsnish 3 and 4 are supported;
+Both Varnish 3 and 4 are supported;
.IP \n+[step].
Variables are stored in hash tables with open addressing, to

Return to:

Send suggestions and report system problems to the System administrator.