[master] a06d8d828 spelling: case-sensitive

Poul-Henning Kamp phk at FreeBSD.org
Mon Aug 19 12:40:06 UTC 2024


commit a06d8d82825d1e608ddb9810c8fc11dc0b24c369
Author: Josh Soref <2119212+jsoref at users.noreply.github.com>
Date:   Wed Aug 7 18:43:02 2024 -0400

    spelling: case-sensitive
    
    Signed-off-by: Josh Soref <2119212+jsoref at users.noreply.github.com>

diff --git a/vmod/vmod_std.vcc b/vmod/vmod_std.vcc
index 82e5afbdf..b5ab2a8aa 100644
--- a/vmod/vmod_std.vcc
+++ b/vmod/vmod_std.vcc
@@ -110,7 +110,7 @@ $Function STRING strstr(STRING s1, STRING s2)
 Returns a string beginning at the first occurrence of the string *s2*
 in the string *s1*, or an empty string if *s2* is not found.
 
-Note that the comparison is case sensitive.
+Note that the comparison is case-sensitive.
 
 Example::
 
@@ -625,7 +625,7 @@ The format of *STRING* is::
     * ``==``: *<field>* and *<arg>* are equal
     * ``!=``: *<field>* and *<arg>* are unequal
 
-    strings are compared case sensitively
+    strings are compared case-sensitively
 
   * for string fields:
 


More information about the varnish-commit mailing list