]> err.no Git - varnish/commitdiff
fix spelling mistake reported in #183
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 16 Jan 2008 10:15:27 +0000 (10:15 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 16 Jan 2008 10:15:27 +0000 (10:15 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2346 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/man/vcl.7

index 2dfbda0716680cebd0bf29f79216ad0274f4a3af..17467d66e1372a90f80a9f40234e67db945ed5d5 100644 (file)
@@ -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 */
 }