diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-03-30 09:11:31 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-03-30 09:11:31 +0000 |
commit | 017c542333bc298ce92655977fa105a7f417d9d3 (patch) | |
tree | 4eeb445d23c9d84a2d1cf8fa8a34045d5032306d | |
parent | dd74c5fa031d2ac1f7ffc3427169ce760efe9cbb (diff) | |
download | urpmi-017c542333bc298ce92655977fa105a7f417d9d3.tar urpmi-017c542333bc298ce92655977fa105a7f417d9d3.tar.gz urpmi-017c542333bc298ce92655977fa105a7f417d9d3.tar.bz2 urpmi-017c542333bc298ce92655977fa105a7f417d9d3.tar.xz urpmi-017c542333bc298ce92655977fa105a7f417d9d3.zip |
Comment nits
-rw-r--r-- | urpm.pm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |