[master] 383476d Remove description lint.

Lasse Karstensen lkarsten at varnish-software.com
Mon Oct 13 14:02:15 CEST 2014


commit 383476d818f6bfae692da885bd8558995280f73b
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 3a2b59c..34f70c1 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",
 	""
 )
 
@@ -580,7 +580,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