summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 45b39b28a..ef70563eb 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -365,7 +365,7 @@ sub ask_if_suppl_media {
my ($o) = @_;
my $suppl = $o->ask_from_list_(
'', formatAlaTeX(
-#-PO: keep the double empty lines between sections, this is formated a la LaTeX
+#-PO: keep the double empty lines between sections, this is formatted a la LaTeX
N("The following media have been found and will be used during install: %s.
@@ -624,7 +624,7 @@ sub warnAboutNaughtyServers {
my @naughtyServers = pkgs::naughtyServers($o->{packages}) or return 1;
my $r = $o->ask_from_list_('',
formatAlaTeX(
- #-PO: keep the double empty lines between sections, this is formated a la LaTeX
+ #-PO: keep the double empty lines between sections, this is formatted a la LaTeX
N("You have selected the following server(s): %s
@@ -647,7 +647,7 @@ sub warnAboutRemovedPackages {
my @removedPackages = keys %{$packages->{state}{ask_remove} || {}} or return;
if (!$o->ask_yesorno('',
formatAlaTeX(
- #-PO: keep the double empty lines between sections, this is formated a la LaTeX
+ #-PO: keep the double empty lines between sections, this is formatted a la LaTeX
N("The following packages will be removed to allow upgrading your system: %s