diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-09-07 01:11:06 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-09-07 05:20:18 +0200 |
commit | d044f73e552be6b10cc8778b832969584e087cc7 (patch) | |
tree | 5407ad2d21b9194e0f9728252e07df88ce78256c /urpm/orphans.pm | |
parent | da6ef9988aa1168ae091569ef249cf8d32866f32 (diff) | |
download | urpmi-d044f73e552be6b10cc8778b832969584e087cc7.tar urpmi-d044f73e552be6b10cc8778b832969584e087cc7.tar.gz urpmi-d044f73e552be6b10cc8778b832969584e087cc7.tar.bz2 urpmi-d044f73e552be6b10cc8778b832969584e087cc7.tar.xz urpmi-d044f73e552be6b10cc8778b832969584e087cc7.zip |
typo fix
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 5999de61..8cdf1992 100644 --- a/urpm/orphans.pm +++ b/urpm/orphans.pm @@ -223,7 +223,7 @@ sub check_unrequested_orphans_after_auto_select { =item unrequested_orphans_after_remove($urpm, $toremove) -This function computes wether removing $toremove packages will create +This function computes whether removing $toremove packages will create unrequested orphans. It does not return the new orphans since "whatsuggests" is not |