diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2009-01-06 16:06:33 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2009-01-06 16:06:33 +0000 |
commit | cb09c52cea3231512fd51b747ae33bb99b6223c1 (patch) | |
tree | 56d3301672de25cdf568e1a70401f52fafa9cf6d | |
parent | 1341c227451b032c2b110f9a90caa5fcc3f85d74 (diff) | |
download | urpmi-cb09c52cea3231512fd51b747ae33bb99b6223c1.tar urpmi-cb09c52cea3231512fd51b747ae33bb99b6223c1.tar.gz urpmi-cb09c52cea3231512fd51b747ae33bb99b6223c1.tar.bz2 urpmi-cb09c52cea3231512fd51b747ae33bb99b6223c1.tar.xz urpmi-cb09c52cea3231512fd51b747ae33bb99b6223c1.zip |
fix comment
-rw-r--r-- | urpm/orphans.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/orphans.pm b/urpm/orphans.pm index 90708851..b1e277f8 100644 --- a/urpm/orphans.pm +++ b/urpm/orphans.pm @@ -179,7 +179,7 @@ sub _unrequested_orphans_after_remove_once { $unrequested->{$p->name} or return; $p->provides_overlap($req) or return; - # cool we have a potential "unrequested" package newly unneeded + # cool we have a "unrequested" package that will potentially be unneeded if (_check_potential_unrequested_package_newly_unneeded($urpm, $db, $toremove, $p)) { $urpm->{debug}("installed " . $p->fullname . " can now be removed") if $urpm->{debug}; return 1; |