ipblocklist: Fixed typo in 'en.pl'

Message ID 20220715121007.1609-1-matthias.fischer@ipfire.org
State Accepted
Commit 65fe7161c807864e7f5c8ab8df0988d4e7790180
Headers
Series ipblocklist: Fixed typo in 'en.pl' |

Commit Message

Matthias Fischer July 15, 2022, 12:10 p.m. UTC
  Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 langs/en/cgi-bin/en.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Stefan Schantl July 15, 2022, 12:14 p.m. UTC | #1
Acked-by: Stefan Schantl  <stefan.schantl@ipfire.org>


Am 15. Juli 2022 14:10:15 schrieb Matthias Fischer 
<matthias.fischer@ipfire.org>:

> Signed-off-by: Matthias Fischer <matthias.fischer@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 87cc679a5..070e2871f 100644
> --- a/langs/en/cgi-bin/en.pl
> +++ b/langs/en/cgi-bin/en.pl
> @@ -1600,7 +1600,7 @@
> 'ipblocklist disable post' => '',
> 'ipblocklist disable pre' => 'Disabling',
> 'ipblocklist download error' => 'A download error occurs.',
> -'ipblocklist empyt blocklist received' => 'An empty blocklist has been 
> received.',
> +'ipblocklist empty blocklist received' => 'An empty blocklist has been 
> received.',
> 'ipblocklist enable' => 'Enable',
> 'ipblocklist entries' => 'Entries',
> 'ipblocklist hits' => 'Total number of blocklist hits for',
> --
> 2.25.1
  

Patch

diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl
index 87cc679a5..070e2871f 100644
--- a/langs/en/cgi-bin/en.pl
+++ b/langs/en/cgi-bin/en.pl
@@ -1600,7 +1600,7 @@ 
 'ipblocklist disable post' => '',
 'ipblocklist disable pre' => 'Disabling',
 'ipblocklist download error' => 'A download error occurs.',
-'ipblocklist empyt blocklist received' => 'An empty blocklist has been received.',
+'ipblocklist empty blocklist received' => 'An empty blocklist has been received.',
 'ipblocklist enable' => 'Enable',
 'ipblocklist entries' => 'Entries',
 'ipblocklist hits' => 'Total number of blocklist hits for',