[master] ca77288b7 spelling: preceded
Poul-Henning Kamp
phk at FreeBSD.org
Mon Aug 19 12:42:07 UTC 2024
commit ca77288b7bcef5214d5753533405349883836083
Author: Josh Soref <2119212+jsoref at users.noreply.github.com>
Date: Wed Aug 7 08:31:00 2024 -0400
spelling: preceded
Signed-off-by: Josh Soref <2119212+jsoref at users.noreply.github.com>
diff --git a/lib/libvcc/vcc_expr.c b/lib/libvcc/vcc_expr.c
index b9a03b794..7475053aa 100644
--- a/lib/libvcc/vcc_expr.c
+++ b/lib/libvcc/vcc_expr.c
@@ -1356,7 +1356,7 @@ vcc_expr_bin_bool(struct vcc *tl, struct expr **e, vcc_type_t fmt,
ERRCHK(tl);
if ((*e)->fmt != BOOL) {
VSB_printf(tl->sb,
- "'%s' must be preceeded by BOOL,"
+ "'%s' must be preceded by BOOL,"
" found %s.\n", tokstr, vcc_utype((*e)->fmt));
vcc_ErrWhere2(tl, tk, tl->t);
return;
More information about the varnish-commit
mailing list