[master] a0466cfb0 spelling: a

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


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

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

diff --git a/bin/varnishd/storage/storage_file.c b/bin/varnishd/storage/storage_file.c
index 299464e19..365b4932f 100644
--- a/bin/varnishd/storage/storage_file.c
+++ b/bin/varnishd/storage/storage_file.c
@@ -68,7 +68,7 @@
  *
  * Last bucket is "larger than" so choose number so that the second
  * to last bucket matches the 128k CHUNKSIZE in cache_fetch.c when
- * using the a 4K minimal page size
+ * using a 4K minimal page size
  */
 #define NBUCKET			(128 / 4 + 1)
 
diff --git a/bin/varnishtest/tests/a00000.vtc b/bin/varnishtest/tests/a00000.vtc
index 2d3604f24..2cc25bc0f 100644
--- a/bin/varnishtest/tests/a00000.vtc
+++ b/bin/varnishtest/tests/a00000.vtc
@@ -19,7 +19,7 @@ shell -exit 77 -expect {0 tests failed, 1 tests skipped, 0 tests passed} {
 	varnishtest -k _.vtc
 }
 
-# Test external macro-def with a a two-turtle test
+# Test external macro-def with a two-turtle test
 shell -expect {__=barf} {
 	echo varnishtest foo > _.vtc
 	printf 'shell {echo %c{foobar} > ${tmpdir}/__}' '$'  >> _.vtc
diff --git a/bin/varnishtest/tests/g00008.vtc b/bin/varnishtest/tests/g00008.vtc
index 3929b6999..b57d84d8a 100644
--- a/bin/varnishtest/tests/g00008.vtc
+++ b/bin/varnishtest/tests/g00008.vtc
@@ -1,6 +1,6 @@
 varnishtest "Test uncommon GZIP header fields"
 
-# With a a handcrafted GZIP file with all optional header fields
+# With a handcrafted GZIP file with all optional header fields
 
 server s1 {
 	rxreq


More information about the varnish-commit mailing list