From cb09c52cea3231512fd51b747ae33bb99b6223c1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 6 Jan 2009 16:06:33 +0000 Subject: fix comment --- urpm/orphans.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.1