[master] 6d97367b6 spelling: language

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


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

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

diff --git a/include/vsb.h b/include/vsb.h
index 37fc1c027..f8ab8b150 100644
--- a/include/vsb.h
+++ b/include/vsb.h
@@ -100,7 +100,7 @@ void		 VSB_destroy(struct vsb **);
 	 */
 #define VSB_QUOTE_CSTR		8
 	/*
-	 * C lanuage source code literal string(s)
+	 * C language source code literal string(s)
 	 * Breaks strings at \n (expecting string concatenation)
 	 */
 #define VSB_QUOTE_UNSAFE	16


More information about the varnish-commit mailing list