From d2c0958e1e4f2e377f39687119814ec3808f31d4 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 6 Jan 2016 21:49:24 +0100 Subject: [PATCH] Typo --- corepkgs/buildenv.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corepkgs/buildenv.pl b/corepkgs/buildenv.pl index 26444210..dacc5370 100644 --- a/corepkgs/buildenv.pl +++ b/corepkgs/buildenv.pl @@ -149,7 +149,7 @@ foreach my $pkg (@pkgs) { # Symlink to the packages that have been "propagated" by packages -# installed by the user (i.e., package X declares that it want Y +# installed by the user (i.e., package X declares that it wants Y # installed as well). We do these later because they have a lower # priority in case of collisions. my $priorityCounter = 1000; # don't care about collisions