]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[BUG] Fix silly typo: hspr_other -> hrsp_other
authorKrzysztof Piotr Oledzki <ole@ans.pl>
Wed, 14 Oct 2009 20:26:01 +0000 (22:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 14 Oct 2009 20:38:26 +0000 (22:38 +0200)
s/hspr_other/hrsp_other/

src/dumpstats.c

index 032921b7385a2e4b27d939f95a6d3fb22216f055..f140bbf8b65a56973a3d86eccd279ccfcb8df634 100644 (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");
 }