[6.0] 5b146b2ef More spelling and consistency

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Oct 31 13:08:22 UTC 2018


commit 5b146b2effb0e07a51aa985277a62d5ad0102986
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 b015f3f8f..650b659e7 100644
--- a/bin/varnishtest/vtc_misc.c
+++ b/bin/varnishtest/vtc_misc.c
@@ -101,7 +101,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