[3.0] 2e4b131 Fix two minor typographical errors.
Lasse Karstensen
lkarsten at varnish-software.com
Fri May 16 11:30:57 CEST 2014
commit 2e4b131371ac8bbf88ece2e41b42077a9b98de7a
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date: Fri May 16 11:30:25 2014 +0200
Fix two minor typographical errors.
diff --git a/doc/sphinx/tutorial/handling_misbehaving_servers.rst b/doc/sphinx/tutorial/handling_misbehaving_servers.rst
index 406b4b3..88eb423 100644
--- a/doc/sphinx/tutorial/handling_misbehaving_servers.rst
+++ b/doc/sphinx/tutorial/handling_misbehaving_servers.rst
@@ -88,13 +88,13 @@ Known limitations on grace- and saint mode
If your request fails while it is being fetched you're thrown into
vcl_error. vcl_error has access to a rather limited set of data so you
can't enable saint mode or grace mode here. This will be addressed in a
-future release but a work-around available.
+future release but a workaround available.
* Declare a backend that is always sick.
* Set a magic marker in vcl_error
* Restart the transaction
* Note the magic marker in vcl_recv and set the backend to the one mentioned
-* Varnish will now serve stale data is any is available
+* Varnish will now serve stale data if any is available
God mode
More information about the varnish-commit
mailing list