[master] 3dc81449b spelling: unformattable
Poul-Henning Kamp
phk at FreeBSD.org
Mon Aug 19 12:44:13 UTC 2024
commit 3dc81449beb82af68da6306f273cf198ea735b9d
Author: Josh Soref <2119212+jsoref at users.noreply.github.com>
Date: Wed Aug 7 08:31:02 2024 -0400
spelling: unformattable
Signed-off-by: Josh Soref <2119212+jsoref at users.noreply.github.com>
diff --git a/bin/varnishd/cache/cache_vrt.c b/bin/varnishd/cache/cache_vrt.c
index d8630d347..7f4378fb9 100644
--- a/bin/varnishd/cache/cache_vrt.c
+++ b/bin/varnishd/cache/cache_vrt.c
@@ -788,7 +788,7 @@ VRT_TIME_string(VRT_CTX, VCL_TIME t)
}
VTIM_format(t, p);
if (*p == '\0') {
- VRT_fail(ctx, "Unformatable VCL_TIME");
+ VRT_fail(ctx, "Unformattable VCL_TIME");
return (NULL);
}
return (p);
diff --git a/bin/varnishtest/tests/r03308.vtc b/bin/varnishtest/tests/r03308.vtc
index 115581be7..83355f935 100644
--- a/bin/varnishtest/tests/r03308.vtc
+++ b/bin/varnishtest/tests/r03308.vtc
@@ -1,4 +1,4 @@
-varnishtest "Unformatable VCL_TIME"
+varnishtest "Unformattable VCL_TIME"
feature 64bit
More information about the varnish-commit
mailing list