[master] f9e1711 Typo

GitHub noreply at github.com
Mon Jun 20 12:08:07 CEST 2016


commit f9e1711cc333fd839e3e2c752af041f37b1ff44c
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon Jun 20 12:07:25 2016 +0200

    Typo

diff --git a/bin/varnishd/mgt/mgt_vcc.c b/bin/varnishd/mgt/mgt_vcc.c
index ca8ae94..fdbaa00 100644
--- a/bin/varnishd/mgt/mgt_vcc.c
+++ b/bin/varnishd/mgt/mgt_vcc.c
@@ -303,7 +303,7 @@ mgt_VccCompile(struct cli *cli, const char *vclname, const char *vclsrc,
 	 * count, and when it finally runs, it trashes the second 'foo' because
 	 * dlopen(3) decided they were really the same thing.
 	 *
-	 * The Best way to reproduce ths is to have regexps in the VCL.
+	 * The Best way to reproduce this is to have regexps in the VCL.
 	 */
 	VSB_printf(sb, "vcl_%s.%.9f", vclname, VTIM_real());
 	AZ(VSB_finish(sb));



More information about the varnish-commit mailing list