[dh-make-perl-cvs-dev] CVS dh-make-perl

CVS User he-guest cvs@dh-make-perl.alioth.debian.org
Wed, 30 Mar 2005 15:14:37 +0000


Update of /cvsroot/dh-make-perl/dh-make-perl
In directory haydn:/tmp/cvs-serv23800

Modified Files:
	dh-make-perl 
Log Message:
Fix yet another typo.


--- /cvsroot/dh-make-perl/dh-make-perl/dh-make-perl	2005/03/30 15:00:50	1.31
+++ /cvsroot/dh-make-perl/dh-make-perl/dh-make-perl	2005/03/30 15:14:36	1.32
@@ -524,7 +524,7 @@
 	
 	print "\n";
 	print "Needs the following debian packages: " . join (", ", @deps) . "\n" if (@deps);
-	print "Needs the following modules for which there are no debian packages availible: "
+	print "Needs the following modules for which there are no debian packages available: "
 		. join (", ", @not_debs) . "\n" if (@not_debs);
 	
 	return join (", ", @deps);