[4.1] 82238c1 Spelling

Lasse Karstensen lkarsten at varnish-software.com
Thu Jan 14 15:15:08 CET 2016


commit 82238c16062bf3dc2334dc72741acd10decf8d9a
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