[master] 1d19ad7e5 spelling: metadata

Poul-Henning Kamp phk at FreeBSD.org
Mon Aug 19 12:44:10 UTC 2024


commit 1d19ad7e5a819203fdc9fe0299fe1ab7c1d610a0
Author: Josh Soref <2119212+jsoref at users.noreply.github.com>
Date:   Wed Aug 7 08:30:58 2024 -0400

    spelling: metadata
    
    Signed-off-by: Josh Soref <2119212+jsoref at users.noreply.github.com>

diff --git a/bin/varnishtest/vtc_http2.c b/bin/varnishtest/vtc_http2.c
index fa6d78084..1caeeb5a3 100644
--- a/bin/varnishtest/vtc_http2.c
+++ b/bin/varnishtest/vtc_http2.c
@@ -802,7 +802,7 @@ receive_frame(void *priv)
 			vtc_fatal(s->vl, "Expected CONTINUATION frame for "
 			    "stream %u", expect_cont);
 
-		/* parse the frame according to it type, and fill the metada */
+		/* parse the frame according to it type, and fill the metadata */
 		switch (f->type) {
 			case TYPE_DATA:
 				parse_data(s, f);


More information about the varnish-commit mailing list