[master] 5782f0e16 spelling: boilerplate

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


commit 5782f0e1624fea985c755192f245f1377950c150
Author: Josh Soref <2119212+jsoref at users.noreply.github.com>
Date:   Wed Aug 7 08:30:53 2024 -0400

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

diff --git a/lib/libvcc/vmodtool.py b/lib/libvcc/vmodtool.py
index 64e56d7f9..44dae5038 100755
--- a/lib/libvcc/vmodtool.py
+++ b/lib/libvcc/vmodtool.py
@@ -1071,7 +1071,7 @@ class vcc():
         fo.close()
 
     def amboilerplate(self):
-        ''' Produce boilplate for autocrap tools '''
+        ''' Produce boilerplate for autocrap tools '''
         vcc = os.path.basename(self.inputfile)
         src = glob.glob("vmod_" + self.modname + "*.[ch]")
         src.sort()


More information about the varnish-commit mailing list