[6.0] 5c4fbcc16 vtc(7): Misplaced double-quote

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Thu Apr 4 19:17:06 UTC 2024


commit 5c4fbcc166e4eb2c70bce193b1f838ff07f26148
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Thu Apr 4 20:00:38 2024 +0200

    vtc(7): Misplaced double-quote

diff --git a/bin/varnishtest/vtc_http2.c b/bin/varnishtest/vtc_http2.c
index 7c6a4e563..5d05977f0 100644
--- a/bin/varnishtest/vtc_http2.c
+++ b/bin/varnishtest/vtc_http2.c
@@ -971,7 +971,7 @@ cmd_var_resolve(const struct stream *s, const char *spec, char *buf)
 	/* SECTION: stream.spec.zexpect.settings SETTINGS specific
 	 *
 	 * settings.ack
-	 *	"true" if the ACK flag was set, else ""false.
+	 *	"true" if the ACK flag was set, else "false".
 	 *
 	 * settings.push
 	 *	"true" if the push settings was set to yes, "false" if set to


More information about the varnish-commit mailing list