[master] 723da93 Fix duplicate wording in example.vcl

Dag Haavi Finstad daghf at varnish-software.com
Thu Mar 27 17:43:20 CET 2014


commit 723da932036b8e0046b408ffc6c8c0c0fd531e9c
Author: Dag Haavi Finstad <daghf at varnish-software.com>
Date:   Thu Mar 27 17:42:13 2014 +0100

    Fix duplicate wording in example.vcl

diff --git a/etc/example.vcl b/etc/example.vcl
index b99ec90..a2987bb 100644
--- a/etc/example.vcl
+++ b/etc/example.vcl
@@ -1,9 +1,9 @@
 #
 # This is an example VCL file for Varnish.
 #
-# It does not do anything by default, delegating control to the builtin vcl.
-# The builtin VCL is called when there is no explicit explicit return
-# statement.
+# It does not do anything by default, delegating control to the
+# builtin VCL. The builtin VCL is called when there is no explicit
+# return statement.
 #
 # See the VCL chapters in the Users Guide at https://www.varnish-cache.org/docs/
 # and http://varnish-cache.org/trac/wiki/VCLExamples for more examples.



More information about the varnish-commit mailing list