From 017c542333bc298ce92655977fa105a7f417d9d3 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 30 Mar 2005 09:11:31 +0000 Subject: Comment nits --- urpm.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/urpm.pm b/urpm.pm index b1d84a46..6b9ac6ee 100644 --- a/urpm.pm +++ b/urpm.pm @@ -1085,7 +1085,7 @@ sub update_media { #- the directory given does not exist and may be accessible #- by mounting some other directory. Try to figure it out and mount - #- mount everything that might be necessary. + #- everything that might be necessary. -d $dir or $urpm->try_mounting( $options{force} < 2 && ($options{probe_with} || $medium->{with_hdlist}) ? $with_hdlist_dir : $dir, @@ -2639,7 +2639,7 @@ sub copy_packages_of_removable_media { if (my ($dir) = $medium->{url} =~ m!^(?:(?:removable[^:]*|file):/)?(/.*)!) { #- the directory given does not exist and may be accessible #- by mounting some other directory. Try to figure it out and mount - #- mount everything that might be necessary. + #- everything that might be necessary. while ($check_notfound->($id, $dir, is_iso($medium->{removable}) || 'removable')) { $options{ask_for_medium} or $urpm->{fatal}(4, N("medium \"%s\" is not selected", $medium->{name})); $urpm->try_umounting($dir); -- cgit v1.2.1