From 931da54a2ba4138c2a6808730d5e2dbcf310f339 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 1 Oct 2008 15:20:47 +0000 Subject: enhance comment --- 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 8340a44b6..83d60802a 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -388,7 +388,7 @@ If you do not have it, press Cancel to avoid installation from this Cd-Rom.", $p foreach (1 .. 7) { eval { fs::mount::part($phys_m) }; last if $phys_m->{isMounted}; - # we must retry since mount will now fail until the drive recognises the CD (cf #43230) + # we must retry since mount will now fail instead of waiting for the drive to recognise the CD (cf #43230) sleep 2; } -- cgit v1.2.1