]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
graphs.pl: fix spelling of "SYN"
authorPeter Müller <peter.mueller@ipfire.org>
Mon, 27 Apr 2020 15:24:06 +0000 (17:24 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 9 May 2020 12:12:35 +0000 (12:12 +0000)
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 <peter.mueller@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/cfgroot/graphs.pl

index 1bed49fa376a595b8c5e8ce114f77f2c1dd4817b..872e9bd7cf9b70255b0b3b9d2d0ef9e7d91ec996 100644 (file)
@@ -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",