[4.0] e9326e4 Remove description lint.

Lasse Karstensen lkarsten at varnish-software.com
Thu Jan 15 16:35:40 CET 2015


commit e9326e4a09cf9697a9fd2ccc90ac4ddea13f2f96
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Mon Oct 13 13:52:44 2014 +0200

    Remove description lint.

diff --git a/include/tbl/vsc_f_main.h b/include/tbl/vsc_f_main.h
index 9c04907..a6dc1aa 100644
--- a/include/tbl/vsc_f_main.h
+++ b/include/tbl/vsc_f_main.h
@@ -117,7 +117,7 @@ VSC_F(client_req_417,		uint64_t, 1, 'a', info,
 )
 
 VSC_F(client_req,		uint64_t, 1, 'a', info,
-    "Good Client requests received",
+    "Good client requests received",
 	""
 )
 
@@ -588,7 +588,7 @@ VSC_F(n_purges,			uint64_t, 0, 'i', info,
 	""
 )
 VSC_F(n_obj_purged,		uint64_t, 0, 'i', info,
-    "number of purged objects",
+    "Number of purged objects",
 	""
 )
 



More information about the varnish-commit mailing list