summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 1493fad60..a57e96631 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -966,12 +966,12 @@ Beware that some Mandrakelinux tools rely on the contents of some
of these files... so remove any file from here at your own
risk!
" };
- #- wait for remainging processes.
+ #- wait for remaining processes.
foreach (@{$o->{waitpids}}) {
waitpid $_, 0;
log::l("pid $_ returned $?");
}
- install_any::unlockCdrom();
+ install_any::ejectCdrom();
install_any::log_sizes($o);
}