From patchwork Mon Apr 13 07:45:44 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 2955 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4911014xnBz3yBt for ; Mon, 13 Apr 2020 07:46:25 +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 "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4910zm4F1Qz2qq; Mon, 13 Apr 2020 07:46:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4910zm2nhtz30FQ; Mon, 13 Apr 2020 07:46:12 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4910zg3XKfz2y3R for ; Mon, 13 Apr 2020 07:46:07 +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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4910zb60Hcz2lB; Mon, 13 Apr 2020 07:46:03 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1586763964; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=QjOGtJwFOeS2fpi0KDjM6/C/Nyzfa11GoiBp8aQ3O54=; b=4ykCLlwkzNsDVNArXO5t6AilGzwALKfJPMPaEMuxT6dNHtmKoPCDsZRuJFyRl+3Ncz4Qjs VVjNVQPIOsF/s0BQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1586763964; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=QjOGtJwFOeS2fpi0KDjM6/C/Nyzfa11GoiBp8aQ3O54=; b=NzFyMAXYtZq9qXQAjvUTk9/bidStHUT82ZTdwQK5TbrWTtWh6mynZEEjEX3G/BNKZaEpG8 oifTgMitrjqeXHow+T7in2u5C4PgNMGYkQNfghE38ePQkEqPSw+PypwU21e9C/QpDQWO5r kBr+HPU3YMVN6J6xT0lYtJlN4WLA11y946Wym77e4U9cH9uDuHH3XUi+usvE9qfmxtJ65b wYZF7f6PlSIcgyK+TkWNnvKq0FZebb7K+HIO74m0E2+o8poACIxEhX/bGwJXJ/AhP1GqNI lYzW4pYcfK9H9o3kDR18ziYP3onEMYmTYKksAQB4AJJx8N4Av1KpmBTd/fqO0w== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 13/19] ovpnclients.dat: Fix type in received. Date: Mon, 13 Apr 2020 09:45:44 +0200 Message-Id: <20200413074550.2735-13-stefan.schantl@ipfire.org> In-Reply-To: <20200413074550.2735-1-stefan.schantl@ipfire.org> References: <20200413074550.2735-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=stefan.schantl@ipfire.org 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: Stefan Schantl --- html/cgi-bin/logs.cgi/ovpnclients.dat | 2 +- langs/en/cgi-bin/en.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/cgi-bin/logs.cgi/ovpnclients.dat b/html/cgi-bin/logs.cgi/ovpnclients.dat index 093315a64..62b91a054 100755 --- a/html/cgi-bin/logs.cgi/ovpnclients.dat +++ b/html/cgi-bin/logs.cgi/ovpnclients.dat @@ -262,7 +262,7 @@ my $col = "bgcolor='$color{'color20'}'"; if ($cgiparams{'CONNECTION_NAME'}) { print "$Lang::tr{'connected'}\n"; print "$Lang::tr{'disconnected'}\n"; - print "$Lang::tr{'recieved'}\n"; + print "$Lang::tr{'received'}\n"; print "$Lang::tr{'sent'}\n"; } else { print "$Lang::tr{'total connection time'}\n"; diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 3d07473e7..3675a21ca 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -2106,7 +2106,7 @@ 'reboot sure' => 'Are you sure that you want to reboot?', 'rebooting' => 'Rebooting', 'rebooting ipfire' => 'Rebooting IPFire', -'recieved' => 'Recieved', +'received' => 'Received', 'reconnect' => 'Reconnect', 'reconnection' => 'Reconnection', 'red' => 'Internet',