[master] 2d598f31c gzip: Proper double quoting

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Jun 26 09:25:06 UTC 2024


commit 2d598f31cbcc3e0a88b9cd52922a12427d3463f4
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Tue Nov 29 11:26:13 2022 +0100

    gzip: Proper double quoting

diff --git a/bin/varnishd/cache/cache_gzip.c b/bin/varnishd/cache/cache_gzip.c
index 476c261f5..b5e608db4 100644
--- a/bin/varnishd/cache/cache_gzip.c
+++ b/bin/varnishd/cache/cache_gzip.c
@@ -30,7 +30,7 @@
  * Interaction with the linvgz (zlib) library.
  *
  * The zlib library pollutes namespace a LOT when you include the "vgz.h"
- * (aka (zlib.h") file so we contain the damage by vectoring all access
+ * (aka "zlib.h") file so we contain the damage by vectoring all access
  * to libz through this source file.
  *
  * The API defined by this file, will also insulate the rest of the code,


More information about the varnish-commit mailing list