]> err.no Git - varnish/commitdiff
recyles -> recycles
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 27 Sep 2006 07:43:21 +0000 (07:43 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 27 Sep 2006 07:43:21 +0000 (07:43 +0000)
Ticket: #46

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1131 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/include/stat_field.h

index 571e6e01eb9e2827c0df81151b9b1b46ddf80b6f..47cb537579abc41f1f0555f6fdeff90eec629b63 100644 (file)
@@ -37,7 +37,7 @@ MAC_STAT(cache_hitpass,               uint64_t, "u", "Cache hits for pass")
 MAC_STAT(cache_miss,           uint64_t, "u", "Cache misses")
 
 MAC_STAT(backend_conn,         uint64_t, "u", "Backend connections initiated")
-MAC_STAT(backend_recycle,      uint64_t, "u", "Backend connections recyles")
+MAC_STAT(backend_recycle,      uint64_t, "u", "Backend connections recycles")
 MAC_STAT(backend_unused,       uint64_t, "u", "Backend connections unused")
 
 MAC_STAT(n_srcaddr,            uint64_t, "u", "N struct srcaddr")