[master] f14bc6670 spelling: unsettable

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


commit f14bc66705ec89b95717a50e95da2ccbb3efa4f8
Author: Josh Soref <2119212+jsoref at users.noreply.github.com>
Date:   Wed Aug 7 09:14:01 2024 -0400

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

diff --git a/lib/libvcc/generate.py b/lib/libvcc/generate.py
index 10fedac24..7efe5f8fb 100755
--- a/lib/libvcc/generate.py
+++ b/lib/libvcc/generate.py
@@ -262,7 +262,7 @@ def parse_var(ln):
             for i in j[2:]:
                 vw.append(i.strip(",."))
             continue
-        if j[0] == "Unsetable" and j[1] == "from:":
+        if j[0] == "Unsettable" and j[1] == "from:":
             for i in j[2:]:
                 vu.append(i.strip(",."))
             continue


More information about the varnish-commit mailing list