From 027f88204c2a388c4e0f85e24018cbcb0a7a2fbb Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Thu, 9 Sep 2021 06:31:43 +1000 Subject: [PATCH] docs: Fix a few typos There are small typos in: - varnish.py Fixes: - Should read `efficiency` rather than `effiency`. - Should read `continue` rather than `coninue`. --- varnish.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/varnish.py b/varnish.py index 148010f..f43fbec 100644 --- a/varnish.py +++ b/varnish.py @@ -170,7 +170,7 @@ def vcl_use(self, configname): """ vcl.use configname Start using the configuration specified by configname for all new requests. Existing requests - will coninue using whichever configuration was in use when they arrived. + will continue using whichever configuration was in use when they arrived. """ return self.fetch('vcl.use %s' % configname) @@ -254,7 +254,7 @@ def ban_list(self): useful unless you're debugging. A "G" marks that the ban is "Gone". Meaning it has been marked as a duplicate or it is no longer - valid. It stays in the list for effiency reasons. + valid. It stays in the list for efficiency reasons. Then follows the actual ban it self. """