[Pkg-haskell-commits] darcs: tools: Fix typo in progress message
Colin Watson
cjwatson at debian.org
Sat Dec 28 03:17:05 UTC 2013
Sat Dec 28 03:16:35 UTC 2013 Colin Watson <cjwatson at debian.org>
* Fix typo in progress message
M ./all-packages/test-packages.pl -1 +1
Sat Dec 28 03:16:35 UTC 2013 Colin Watson <cjwatson at debian.org>
* Fix typo in progress message
diff -rN -u old-tools/all-packages/test-packages.pl new-tools/all-packages/test-packages.pl
--- old-tools/all-packages/test-packages.pl 2013-12-28 03:17:05.119911563 +0000
+++ new-tools/all-packages/test-packages.pl 2013-12-28 03:17:05.187911573 +0000
@@ -60,7 +60,7 @@
}
close AVAILABLE;
-print "Reading avilable binary versions...\n";
+print "Reading available binary versions...\n";
while ( my ($pkg, $bin) = each %binary ) {
open VERS, "-|", "grep-aptavail -F Package -s Version -n -X $bin" or die $!;
while (<VERS>) {
More information about the Pkg-haskell-commits
mailing list