[master] d0f5e3d01 spelling: the
Poul-Henning Kamp
phk at FreeBSD.org
Mon Aug 19 12:47:18 UTC 2024
commit d0f5e3d012af54b715eb79ec7cef06635165db5b
Author: Josh Soref <2119212+jsoref at users.noreply.github.com>
Date: Wed Aug 7 08:31:01 2024 -0400
spelling: the
Signed-off-by: Josh Soref <2119212+jsoref at users.noreply.github.com>
diff --git a/doc/changes.rst b/doc/changes.rst
index 5cac31733..97cf10ec8 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -2848,7 +2848,7 @@ Varnish Cache 5.2-RC1 (2017-09-04)
Usage
-----
-* The default for the the -i argument is now the hostname as returned
+* The default for the -i argument is now the hostname as returned
by gethostname(3)
* Where possible (on platforms with setproctitle(3)), the -i argument
diff --git a/doc/sphinx/reference/varnishd.rst b/doc/sphinx/reference/varnishd.rst
index 9132b3bea..24c25334d 100644
--- a/doc/sphinx/reference/varnishd.rst
+++ b/doc/sphinx/reference/varnishd.rst
@@ -218,7 +218,7 @@ Operations options
-I clifile
Execute the management commands in the file given as ``clifile``
- before the the worker process starts, see `CLI Command File`_.
+ before the worker process starts, see `CLI Command File`_.
Tuning options
--------------
diff --git a/doc/sphinx/whats-new/upgrading-4.0.rst b/doc/sphinx/whats-new/upgrading-4.0.rst
index f97a28afb..f5173d140 100644
--- a/doc/sphinx/whats-new/upgrading-4.0.rst
+++ b/doc/sphinx/whats-new/upgrading-4.0.rst
@@ -100,7 +100,7 @@ The synthetic keyword is now a function::
obj in vcl_error replaced by beresp in vcl_backend_error
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-To better represent a the context in which it is called, you
+To better represent the context in which it is called, you
should now use `beresp.*` vcl_backend_error, where you used to
use `obj.*` in `vcl_error`.
More information about the varnish-commit
mailing list