summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-10-01 15:20:47 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-10-01 15:20:47 +0000
commit931da54a2ba4138c2a6808730d5e2dbcf310f339 (patch)
treef2e6fe257734955c28647c6409b59e45f5f5bccd /perl-install/install/steps_interactive.pm
parent80eae188b2f743eeec437bdf916a1ca73726d1a4 (diff)
downloaddrakx-backup-do-not-use-931da54a2ba4138c2a6808730d5e2dbcf310f339.tar
drakx-backup-do-not-use-931da54a2ba4138c2a6808730d5e2dbcf310f339.tar.gz
drakx-backup-do-not-use-931da54a2ba4138c2a6808730d5e2dbcf310f339.tar.bz2
drakx-backup-do-not-use-931da54a2ba4138c2a6808730d5e2dbcf310f339.tar.xz
drakx-backup-do-not-use-931da54a2ba4138c2a6808730d5e2dbcf310f339.zip
enhance comment
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r--perl-install/install/steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
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;
}