[master] 3d7bd8b Fix typo

Nils Goroll nils.goroll at uplex.de
Tue Jun 14 10:31:08 CEST 2016


commit 3d7bd8bfcecd4c87fd3d506b2a67747d0af5a9c6
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 0d98740..2657086 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