diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-02-18 16:22:49 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-02-18 16:22:49 +0000 |
commit | c0ebed8e0168510eeb852447b4e659f516afe366 (patch) | |
tree | a277f2c682a478ce37eba162c47011f17c3d5464 /perl-install/standalone/drakvpn | |
parent | 142c039bf361b48d98aa8f6e1bc4818a31a457ee (diff) | |
download | drakx-c0ebed8e0168510eeb852447b4e659f516afe366.tar drakx-c0ebed8e0168510eeb852447b4e659f516afe366.tar.gz drakx-c0ebed8e0168510eeb852447b4e659f516afe366.tar.bz2 drakx-c0ebed8e0168510eeb852447b4e659f516afe366.tar.xz drakx-c0ebed8e0168510eeb852447b4e659f516afe366.zip |
typo fix
Diffstat (limited to 'perl-install/standalone/drakvpn')
-rw-r--r-- | perl-install/standalone/drakvpn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/drakvpn b/perl-install/standalone/drakvpn index 7ad5f22e9..f4c64e678 100644 --- a/perl-install/standalone/drakvpn +++ b/perl-install/standalone/drakvpn @@ -537,7 +537,7 @@ step_add_section_ipsec_conf_k26: ask_info3('', N("Add a Security Policy.\n -You can now add a Secutiy Policy.\n +You can now add a Security Policy.\n Choose continue when you are done to write the data.\n"), $section) or goto step_configure_ipsec_conf; # $existing_section = network::ipsec::already_existing_section_ipsec_conf($section->{src_dest}, $ipsec, $kernel_version); @@ -588,7 +588,7 @@ N("You cannot edit this section.\n This section is mandatory for Freswan 2.X. One has to specify version 2.0 on the top of the %s file, and eventually, disable or -enable the oportunistic ecryption.\n",$ipsec_conf)); +enable the oportunistic encryption.\n",$ipsec_conf)); goto step_edit_ipsec_conf; } elsif ($choice =~ /^config setup/) { |