public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/4] graphs.pl: fix spelling of "SYN"
@ 2020-04-27 15:24 Peter Müller
  2020-04-27 15:24 ` [PATCH 2/4] en.pl: " Peter Müller
  2020-04-27 15:33 ` [PATCH 1/4] graphs.pl: " Michael Tremer
  0 siblings, 2 replies; 8+ messages in thread
From: Peter Müller @ 2020-04-27 15:24 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 870 bytes --]

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(a)ipfire.org>
---
 config/cfgroot/graphs.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/cfgroot/graphs.pl b/config/cfgroot/graphs.pl
index 1bed49fa3..872e9bd7c 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",
-- 
2.16.4

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-04-27 15:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-27 15:24 [PATCH 1/4] graphs.pl: fix spelling of "SYN" Peter Müller
2020-04-27 15:24 ` [PATCH 2/4] en.pl: " Peter Müller
2020-04-27 15:24   ` [PATCH 3/4] de.pl: mention technical detail regarding new not SYN packets Peter Müller
2020-04-27 15:25     ` [PATCH 4/4] graphs.pl: use brackets instead of hypens Peter Müller
2020-04-27 15:33       ` Michael Tremer
2020-04-27 15:33     ` [PATCH 3/4] de.pl: mention technical detail regarding new not SYN packets Michael Tremer
2020-04-27 15:33   ` [PATCH 2/4] en.pl: fix spelling of "SYN" Michael Tremer
2020-04-27 15:33 ` [PATCH 1/4] graphs.pl: " Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox