summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
}