>From 9526d9bc3b1cf0cbc65a7bebf76a2407f4723262 Mon Sep 17 00:00:00 2001
From: Krzysztof Piotr Oledzki <[email protected]>
Date: Wed, 14 Oct 2009 22:26:01 +0200
Subject: [BUG] Fix silly typo: hspr_other -> hrsp_other

s/hspr_other/hrsp_other/
---
 src/dumpstats.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/dumpstats.c b/src/dumpstats.c
index 032921b..f140bbf 100644
--- a/src/dumpstats.c
+++ b/src/dumpstats.c
@@ -244,7 +244,7 @@ int print_csv_header(struct chunk *msg)
                            "pid,iid,sid,throttle,lbtot,tracked,type,"
                            "rate,rate_lim,rate_max,"
                            "check_status,check_code,check_duration,"
-                           
"hrsp_1xx,hrsp_2xx,hrsp_3xx,hrsp_4xx,hrsp_5xx,hspr_other,"
+                           
"hrsp_1xx,hrsp_2xx,hrsp_3xx,hrsp_4xx,hrsp_5xx,hrsp_other,"
                            "\n");
 }
 
-- 
1.6.4.2


Reply via email to