From e5cc072e5dcd4afa81450e8b61c09d72ced548b1 Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki Date: Wed, 14 Oct 2009 22:26:01 +0200 Subject: [PATCH] [BUG] Fix silly typo: hspr_other -> hrsp_other s/hspr_other/hrsp_other/ --- src/dumpstats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dumpstats.c b/src/dumpstats.c index 032921b738..f140bbf8b6 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"); } -- 2.47.3