diff options
Diffstat (limited to 'urpm/orphans.pm')
-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 87985128..2ca98287 100644 --- a/urpm/orphans.pm +++ b/urpm/orphans.pm @@ -245,7 +245,7 @@ sub _will_package_be_unneeded { if ($required_maybe_loop) { my ($fullname, @provides) = @$required_maybe_loop; - $urpm->{debug}("checking wether $fullname is a depency loop") if $urpm->{debug}; + $urpm->{debug}("checking whether $fullname is a dependency loop") if $urpm->{debug}; # doing it locally, since we may fail (and so we must backtrack this change) my %ignore = %$toremove; |