From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] ovpnmain.cgi: correct spelling Date: Sat, 11 Jun 2022 07:37:37 +0000 Message-ID: <93d140d6-87eb-021a-3c77-a397e2d7afac@ipfire.org> In-Reply-To: <20220609212723.3460248-1-jon.murphy@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5321086518037244622==" List-Id: --===============5321086518037244622== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - change "coment" to "comment" >=20 > Signed-off-by: Jon Murphy > --- > html/cgi-bin/ovpnmain.cgi | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi > index fd6d14ab3..c2558bd81 100644 > --- a/html/cgi-bin/ovpnmain.cgi > +++ b/html/cgi-bin/ovpnmain.cgi > @@ -2337,17 +2337,17 @@ else > if ( $vpnsettings{'ENABLED'} eq 'on'){ > print CLIENTCONF "remote $vpnsettings{'VPN_IP'} $vpnsettings{'DDEST_P= ORT'}\r\n"; > if ( $vpnsettings{'ENABLED_BLUE'} eq 'on' && (&haveBlueNet())){ > - print CLIENTCONF "#Coment the above line and uncoment the next line, = if you want to connect on the Blue interface\r\n"; > + print CLIENTCONF "#comment the above line and uncomment the next line= , if you want to connect on the Blue interface\r\n"; > print CLIENTCONF ";remote $netsettings{'BLUE_ADDRESS'} $vpnsettings{'= DDEST_PORT'}\r\n"; > } > if ( $vpnsettings{'ENABLED_ORANGE'} eq 'on' && (&haveOrangeNet())){ > - print CLIENTCONF "#Coment the above line and uncoment the next line, = if you want to connect on the Orange interface\r\n"; > + print CLIENTCONF "#comment the above line and uncomment the next line= , if you want to connect on the Orange interface\r\n"; > print CLIENTCONF ";remote $netsettings{'ORANGE_ADDRESS'} $vpnsettings= {'DDEST_PORT'}\r\n"; > } > } elsif ( $vpnsettings{'ENABLED_BLUE'} eq 'on' && (&haveBlueNet())){ > print CLIENTCONF "remote $netsettings{'BLUE_ADDRESS'} $vpnsettings{'DDEST= _PORT'}\r\n"; > if ( $vpnsettings{'ENABLED_ORANGE'} eq 'on' && (&haveOrangeNet())){ > - print CLIENTCONF "#Coment the above line and uncoment the next line, = if you want to connect on the Orange interface\r\n"; > + print CLIENTCONF "#comment the above line and uncomment the next line= , if you want to connect on the Orange interface\r\n"; > print CLIENTCONF ";remote $netsettings{'ORANGE_ADDRESS'} $vpnsettings= {'DDEST_PORT'}\r\n"; > } > } elsif ( $vpnsettings{'ENABLED_ORANGE'} eq 'on' && (&haveOrangeNet())= ){ --===============5321086518037244622==--