From: Peter Müller Date: Mon, 27 Apr 2020 15:24:06 +0000 (+0200) Subject: graphs.pl: fix spelling of "SYN" X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=992f944b3bd797c572e3e2c9bfe12d241201799b;p=people%2Fms%2Fipfire-2.x.git graphs.pl: fix spelling of "SYN" This merely is a cosmetic change, but since we are dealing with network packets here, the SYN flag must be capitalised. Signed-off-by: Peter Müller Reviewed-by: Michael Tremer Signed-off-by: Arne Fitzenreiter --- diff --git a/config/cfgroot/graphs.pl b/config/cfgroot/graphs.pl index 1bed49fa37..872e9bd7cf 100644 --- a/config/cfgroot/graphs.pl +++ b/config/cfgroot/graphs.pl @@ -698,7 +698,7 @@ sub updatefwhitsgraph { "GPRINT:input:AVERAGE:%8.1lf %sBps", "GPRINT:input:MIN:%8.1lf %sBps", "GPRINT:input:LAST:%8.1lf %sBps\\j", - "STACK:newnotsyn".$color{"color14"}."A0:".sprintf("%-25s","NewNotSyn"), + "STACK:newnotsyn".$color{"color14"}."A0:".sprintf("%-25s","NewNotSYN"), "GPRINT:newnotsyn:MAX:%8.1lf %sBps", "GPRINT:newnotsyn:MIN:%8.1lf %sBps", "GPRINT:newnotsyn:AVERAGE:%8.1lf %sBps",