[master] f02fbb988 spelling: case-insensitive
Poul-Henning Kamp
phk at FreeBSD.org
Mon Aug 19 12:43:06 UTC 2024
commit f02fbb988dabcd184d51f8758e65f11f0147007f
Author: Josh Soref <2119212+jsoref at users.noreply.github.com>
Date: Wed Aug 7 08:30:54 2024 -0400
spelling: case-insensitive
Signed-off-by: Josh Soref <2119212+jsoref at users.noreply.github.com>
diff --git a/include/vapi/vsl.h b/include/vapi/vsl.h
index a1f1528e6..f78080225 100644
--- a/include/vapi/vsl.h
+++ b/include/vapi/vsl.h
@@ -180,7 +180,7 @@ int VSL_Name2Tag(const char *name, int l);
/*
* Convert string to tag number (= enum VSL_tag_e). Name can be a
* substring from the beginning of a tag when that substring is
- * unique. Matching is case insensitive.
+ * unique. Matching is case-insensitive.
*
* Arguments:
* name: A tag name (or substring) to match against
@@ -196,7 +196,7 @@ int VSL_Glob2Tags(const char *glob, int l, VSL_tagfind_f *func, void *priv);
/*
* Convert a string to multiple tag matches. The string can have
* either a prefix or postfix wildcard (*) character. For each
- * matching tag func is called. Matching is done case insensitive.
+ * matching tag func is called. Matching is done case-insensitive.
*
* Arguments:
* glob: The string to match
More information about the varnish-commit
mailing list