From patchwork Fri Jul 15 12:10:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 5751 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Lkqtb4RTdz3wwD for ; Fri, 15 Jul 2022 12:10:15 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4LkqtY5HWFz1Ll; Fri, 15 Jul 2022 12:10:13 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4LkqtY4yVrz2xLF; Fri, 15 Jul 2022 12:10:13 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4LkqtX0Z5Bz2xLF for ; Fri, 15 Jul 2022 12:10:12 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4LkqtW4lw3z185 for ; Fri, 15 Jul 2022 12:10:11 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1657887011; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ke5yYlslcXbD7flsnE0PZeJ47qeZio3jWdK+rZnni/M=; b=IQtyRswXI2iiQqH0jm0apgqEZ77G5SzjG5faRCCj25Hir+kuHy+u2r9XtZtl4jZYMYh7TS v+J1mIcGcrgsxSAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1657887011; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ke5yYlslcXbD7flsnE0PZeJ47qeZio3jWdK+rZnni/M=; b=NLRZ/F9/jJNudWw4WRgO7QefDS5N9/fecQZhudWrrjQNND838XoUkRUQVlvjr0u+x5LtiN MSDz/9RicFLVQJxueveZ+tA4tHRd5PGJ8D34thzFOkF80EW+laqw2NhpMi0uCe/ymuHCrd nsAYKvB2Kn+Cg1X/mLTqquIchQCWyMMMAw5imJ5NGhEBviypso5iiA6dBwz751ISu5qJaf TWyCF5nf60laOkPhG4RsVaZ8/s2W/9wOsBbiMUBYj6c5yCzDAVgmyQetvv3ecw/oblx/4A 3Iz6N7xBeJDzqqwC+FzDfKO/jrwQrtdJNXqM7GwtXp6NoUmPaZoXIJDJaiowPA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] ipblocklist: Fixed typo in 'en.pl' Date: Fri, 15 Jul 2022 14:10:07 +0200 Message-Id: <20220715121007.1609-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Matthias Fischer Acked-by: Stefan Schantl --- 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',