Fix typo in comment

This commit is contained in:
Steve McIntyre 2018-08-13 15:26:54 +01:00
parent 5710321f9e
commit 31ec2cb178
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ print "Checking for desired backports in $backports_list\n";
open (LISTIN, "< $listin") or die "ERROR: Can't read the current list file $listin: $!\n";
open (LISTOUT, "> $listout") or die "ERROR: Can't write to $listout: $!\n";
# For any packages in out input list that are listed in the backports
# For any packages in our input list that are listed in the backports
# file, switch to $pkg/backports
while (defined($_=<LISTIN>)) {
chomp;