[BUG] Fix silly typo: hspr_other -> hrsp_other

s/hspr_other/hrsp_other/
This commit is contained in:
Krzysztof Piotr Oledzki 2009-10-14 22:26:01 +02:00 committed by Willy Tarreau
parent be6008f322
commit e5cc072e5d

View File

@ -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");
}