[2/4] en.pl: fix spelling of "SYN"

Message ID f7cc0c60-3312-0404-45c3-d342abcc3ae6@ipfire.org
State Accepted
Commit eeff238998c16f6a7d05b941c82f9330f10f56b9
Headers
Series [1/4] graphs.pl: fix spelling of "SYN" |

Commit Message

Peter Müller April 27, 2020, 3:24 p.m. UTC
  Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
---
 langs/en/cgi-bin/en.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Michael Tremer April 27, 2020, 3:33 p.m. UTC | #1
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>

> On 27 Apr 2020, at 16:24, Peter Müller <peter.mueller@ipfire.org> wrote:
> 
> Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
> ---
> langs/en/cgi-bin/en.pl | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl
> index 3f3e46641..3db17ce64 100644
> --- a/langs/en/cgi-bin/en.pl
> +++ b/langs/en/cgi-bin/en.pl
> @@ -921,7 +921,7 @@
> 'drop action2' => 'Default behaviour of (input) firewall',
> 'drop forward' => 'Log dropped forward packets',
> 'drop input' => 'Log dropped input packets',
> -'drop newnotsyn' => 'Log dropped new not syn packets',
> +'drop newnotsyn' => 'Log dropped new not SYN packets',
> 'drop outgoing' => 'Log dropped outgoing packets',
> 'drop portscan' => 'Log dropped portscan packets',
> 'drop proxy' => 'Drop all packets not addressed to proxy',
> -- 
> 2.16.4
  

Patch

diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl
index 3f3e46641..3db17ce64 100644
--- a/langs/en/cgi-bin/en.pl
+++ b/langs/en/cgi-bin/en.pl
@@ -921,7 +921,7 @@ 
 'drop action2' => 'Default behaviour of (input) firewall',
 'drop forward' => 'Log dropped forward packets',
 'drop input' => 'Log dropped input packets',
-'drop newnotsyn' => 'Log dropped new not syn packets',
+'drop newnotsyn' => 'Log dropped new not SYN packets',
 'drop outgoing' => 'Log dropped outgoing packets',
 'drop portscan' => 'Log dropped portscan packets',
 'drop proxy' => 'Drop all packets not addressed to proxy',