[4.1] 01a9e47 Fix typo

Lasse Karstensen lkarsten at varnish-software.com
Tue Jun 14 15:25:12 CEST 2016


commit 01a9e4712c383036aec56e1ddd8e4ea12bbf922b
Author: Magnus Hagander <magnus at hagander.net>
Date:   Tue Jun 14 10:24:10 2016 +0200

    Fix typo
    
    An object is delivered to the client, not to the backend.

diff --git a/include/tbl/vsc_f_main.h b/include/tbl/vsc_f_main.h
index 584d77e..31235e1 100644
--- a/include/tbl/vsc_f_main.h
+++ b/include/tbl/vsc_f_main.h
@@ -102,7 +102,7 @@ VSC_F(cache_miss,		uint64_t, 1, 'c', 'i', info,
     "Cache misses",
 	"Count of misses"
 	"  A cache miss indicates the object was fetched from the"
-	"  backend before delivering it to the backend."
+	"  backend before delivering it to the client."
 )
 
 /*---------------------------------------------------------------------*/



More information about the varnish-commit mailing list