From 0007625f8c483901965549fcc8cc90ad96aa3b07 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 13 Aug 2003 20:15:09 +0000 Subject: some english typo fixes thx to Arpad Biro --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 79ea5151a..50499e384 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -360,7 +360,7 @@ sub formatMountPartitions { }); } sub { $@ =~ /fsck failed on (\S+)/ or return; - $o->ask_yesorno('', N("Failed to check filesystem %s. Do you want to repair the errors? (beware, you can loose data)", $1), 1); + $o->ask_yesorno('', N("Failed to check filesystem %s. Do you want to repair the errors? (beware, you can lose data)", $1), 1); }; undef $w; #- help perl (otherwise wait_message stays forever in newt) die \N("Not enough swap space to fulfill installation, please add some") if availableMemory() < 40 * 1024; -- cgit v1.2.1