[master] c40c19594 spelling: preexisting
Poul-Henning Kamp
phk at FreeBSD.org
Mon Aug 19 12:44:11 UTC 2024
commit c40c19594970bb73185865ce9b1b053b5f35f614
Author: Josh Soref <2119212+jsoref at users.noreply.github.com>
Date: Wed Aug 7 08:31:00 2024 -0400
spelling: preexisting
Signed-off-by: Josh Soref <2119212+jsoref at users.noreply.github.com>
diff --git a/bin/varnishd/mgt/mgt_main.c b/bin/varnishd/mgt/mgt_main.c
index 2efd43d23..c6f05478f 100644
--- a/bin/varnishd/mgt/mgt_main.c
+++ b/bin/varnishd/mgt/mgt_main.c
@@ -290,7 +290,7 @@ make_secret(const char *dirname)
VJ_master(JAIL_MASTER_FILE);
if (unlink(fn) < 0 && errno != ENOENT) {
- ARGV_ERR("Cannot remove pre-existing secret-file in %s (%s)\n",
+ ARGV_ERR("Cannot remove preexisting secret-file in %s (%s)\n",
dirname, VAS_errtxt(errno));
}
diff --git a/bin/varnishtest/tests/u00000.vtc b/bin/varnishtest/tests/u00000.vtc
index 6bfc93b95..b03195c82 100644
--- a/bin/varnishtest/tests/u00000.vtc
+++ b/bin/varnishtest/tests/u00000.vtc
@@ -44,7 +44,7 @@ shell -err -expect {Cannot open -S file} {
varnishd -S ${tmpdir}/nonexistent -n ${tmpdir}/v0 -f ''
}
-shell -err -expect {Cannot remove pre-existing secret-file in} {
+shell -err -expect {Cannot remove preexisting secret-file in} {
mkdir ${tmpdir}/is_a_dir ${tmpdir}/is_a_dir/_.secret
varnishd -n ${tmpdir}/is_a_dir -d -a :0
}
More information about the varnish-commit
mailing list