[master] 7b2be3c Spelling

Federico G. Schwindt fgsch at lodoss.net
Sat Dec 5 00:04:18 CET 2015


commit 7b2be3cff20246cd04e6a72a009f57214377a4c8
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Fri Dec 4 12:29:52 2015 +0000

    Spelling

diff --git a/bin/varnishd/cache/cache_esi_deliver.c b/bin/varnishd/cache/cache_esi_deliver.c
index d79cde2..abc705b 100644
--- a/bin/varnishd/cache/cache_esi_deliver.c
+++ b/bin/varnishd/cache/cache_esi_deliver.c
@@ -113,7 +113,7 @@ ved_include(struct req *preq, const char *src, const char *host,
 	http_ForceField(req->http0, HTTP_HDR_METHOD, "GET");
 	http_ForceField(req->http0, HTTP_HDR_PROTO, "HTTP/1.1");
 
-	/* Don't allow conditionalss, we can't use a 304 */
+	/* Don't allow conditionals, we can't use a 304 */
 	http_Unset(req->http0, H_If_Modified_Since);
 	http_Unset(req->http0, H_If_None_Match);
 



More information about the varnish-commit mailing list