From 76c9841735e05105a516cf1fa9ddfeaffa16fe66 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 6 Jan 2000 14:03:28 +0000 Subject: *** empty log message *** --- perl-install/pkgs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index cc7197bb7..8c2ddade1 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -418,7 +418,7 @@ sub selectPackagesToUpgrade($$$;$$) { versionCompare(c::headerGetEntry($header, 'release'), $p->{release}) >= 0); if ($version_rel_test) { if ($otherPackage && $version_cmp <= 0) { - log::l("removing $otherPackage since it be not be updated otherwise"); + log::l("removing $otherPackage since it will not be updated otherwise"); $toRemove{$otherPackage} = 1; #- force removing for theses other packages, select our. } else { $p->{installed} = 1; -- cgit v1.2.1