From: Krzysztof Piotr Oledzki Date: Wed, 14 Oct 2009 20:26:01 +0000 (+0200) Subject: [BUG] Fix silly typo: hspr_other -> hrsp_other X-Git-Tag: v1.4-dev5~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5cc072e5dcd4afa81450e8b61c09d72ced548b1;p=thirdparty%2Fhaproxy.git [BUG] Fix silly typo: hspr_other -> hrsp_other s/hspr_other/hrsp_other/ --- 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"); }