commit | e5cc072e5dcd4afa81450e8b61c09d72ced548b1 | [log] [tgz] |
---|---|---|
author | Krzysztof Piotr Oledzki <ole@ans.pl> | Wed Oct 14 22:26:01 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Oct 14 22:38:26 2009 +0200 |
tree | af6f466ce8c7a9776a1679dedde1f62d2448b51c | |
parent | be6008f3221474d9994ed441d89c97dc46d9626f [diff] |
[BUG] Fix silly typo: hspr_other -> hrsp_other s/hspr_other/hrsp_other/
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 @@ "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"); }