[Pkg-haskell-commits] [package-plan] 352/457: Fix typo in progress message
Joachim Breitner
nomeata at moszumanska.debian.org
Mon Apr 14 20:05:47 UTC 2014
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch master
in repository package-plan.
commit 0faab7af0be9fd0f9329272c5a65a6e44f6ff78b
Author: Colin Watson <cjwatson at debian.org>
Date: Sat Dec 28 03:16:35 2013 +0000
Fix typo in progress message
---
test-packages.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test-packages.pl b/test-packages.pl
index cd940ba..b38c184 100644
--- a/test-packages.pl
+++ b/test-packages.pl
@@ -60,7 +60,7 @@ while (<AVAILABLE>) {
}
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>) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git
More information about the Pkg-haskell-commits
mailing list