[6.1] ca7c2d5c4 More spelling and consistency

hermunn hermunn at varnish-software.com
Wed Oct 24 09:29:16 UTC 2018


commit ca7c2d5c4b5d9583c57967ac6f20534b0e3493fb
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Mon Sep 24 23:32:41 2018 +0100

    More spelling and consistency

diff --git a/bin/varnishtest/vtc_misc.c b/bin/varnishtest/vtc_misc.c
index 9fca4be7b..cc975688c 100644
--- a/bin/varnishtest/vtc_misc.c
+++ b/bin/varnishtest/vtc_misc.c
@@ -79,7 +79,7 @@ cmd_varnishtest(CMD_ARGS)
 /* SECTION: shell shell
  *
  * Pass the string given as argument to a shell. If you have multiple
- * commands to run, you can use curly barces to describe a multi-lines
+ * commands to run, you can use curly brackets to describe a multi-lines
  * script, eg::
  *
  *         shell {
diff --git a/doc/sphinx/users-guide/vcl-syntax.rst b/doc/sphinx/users-guide/vcl-syntax.rst
index f4bc219da..4ab5d7f74 100644
--- a/doc/sphinx/users-guide/vcl-syntax.rst
+++ b/doc/sphinx/users-guide/vcl-syntax.rst
@@ -3,7 +3,7 @@ VCL Syntax
 
 VCL has inherited a lot from C and it reads much like simple C or Perl.
 
-Blocks are delimited by curly braces, statements end with semicolons,
+Blocks are delimited by curly brackets, statements end with semicolons,
 and comments may be written as in C, C++ or Perl according to your own
 preferences.
 


More information about the varnish-commit mailing list