From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH 2/4] en.pl: fix spelling of "SYN" Date: Mon, 27 Apr 2020 16:33:24 +0100 Message-ID: <04405326-5A0F-4154-9AAA-C2B0537D5E66@ipfire.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2595143868254573780==" List-Id: --===============2595143868254573780== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Reviewed-by: Michael Tremer > On 27 Apr 2020, at 16:24, Peter Müller wrote: > > Signed-off-by: Peter Müller > --- > 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 --===============2595143868254573780==--