[master] 9e0f47f8c vtc(7): Misplaced double-quote

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Thu Apr 4 18:09:07 UTC 2024


commit 9e0f47f8c45fc9a559f1a5118877cddfc7aee7be
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 1d401ed17..d54e86e10 100644
--- a/bin/varnishtest/vtc_http2.c
+++ b/bin/varnishtest/vtc_http2.c
@@ -1009,7 +1009,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