From: phk Date: Wed, 16 Jan 2008 10:15:27 +0000 (+0000) Subject: fix spelling mistake reported in #183 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06f4ffa0eb0c8df9bf41573218b98e303012429a;p=varnish fix spelling mistake reported in #183 git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2346 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/man/vcl.7 b/varnish-cache/man/vcl.7 index 2dfbda07..17467d66 100644 --- a/varnish-cache/man/vcl.7 +++ b/varnish-cache/man/vcl.7 @@ -97,7 +97,7 @@ An ACL declaration creates and initializes a named access control list which can later be used to match client addresses: .Bd -literal -offset 4n acl local { - "locahost"; /* myself */ + "localhost"; /* myself */ "10.0.0.1"/8; /* and everyone on the local network */ ! "10.0.0.23"; /* except for the dialin router */ }