[master] a703b9c15 spelling: case-insensitive
Poul-Henning Kamp
phk at FreeBSD.org
Mon Aug 19 12:47:07 UTC 2024
commit a703b9c15330ddb20113f6a0734f3fc8eab2092f
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/doc/sphinx/reference/vcl.rst b/doc/sphinx/reference/vcl.rst
index 1d4d3b897..959901352 100644
--- a/doc/sphinx/reference/vcl.rst
+++ b/doc/sphinx/reference/vcl.rst
@@ -197,7 +197,7 @@ Regular Expressions
Varnish uses Perl-compatible regular expressions (PCRE). For a
complete description please see the pcre(3) man page.
-To send flags to the PCRE engine, such as to do case insensitive matching, add
+To send flags to the PCRE engine, such as to do case-insensitive matching, add
the flag within parens following a question mark, like this::
# If host is NOT example dot com..
More information about the varnish-commit
mailing list