The following commit has been merged in the master branch:
commit c3c708eb8cc412468d05e9b7821f81b328f11045
Author: Guillem Jover <[email protected]>
Date: Tue Jan 8 18:43:48 2013 +0100
dpkg-source: Fix typo
diff --git a/scripts/dpkg-source.pl b/scripts/dpkg-source.pl
index f2edb95..53f2659 100755
--- a/scripts/dpkg-source.pl
+++ b/scripts/dpkg-source.pl
@@ -309,7 +309,7 @@ if ($options{'opmode'} =~
/^(-b|--print-format|--(before|after)-build|--commit)$
@sourcearch = ('any');
}
} else {
- # Minimize arch list, by remoing arches already covered by wildcards
+ # Minimize arch list, by removing arches already covered by wildcards
my @arch_wildcards = grep(debarch_is_wildcard($_), @sourcearch);
my @mini_sourcearch = @arch_wildcards;
foreach my $arch (@sourcearch) {
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]