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. """