[Fai-commit] r5799 - trunk/bin

Thomas Lange lange at alioth.debian.org
Sun Jun 6 23:45:47 UTC 2010


Author: lange
Date: 2010-06-06 23:45:38 +0000 (Sun, 06 Jun 2010)
New Revision: 5799

Modified:
   trunk/bin/install_packages
Log:
fix typo


Modified: trunk/bin/install_packages
===================================================================
--- trunk/bin/install_packages	2010-06-04 18:19:11 UTC (rev 5798)
+++ trunk/bin/install_packages	2010-06-06 23:45:38 UTC (rev 5799)
@@ -112,7 +112,7 @@
 $verbose=$ENV{verbose} || $opt_v;
 $opt_d && setdownloadonly();
 $maxpl=$ENV{MAXPACKAGES} || $opt_m ;
-$maxpl && $verbose && warn "Maxmimum number of packages installed at a time set to $maxpl\n";
+$maxpl && $verbose && warn "Maximum number of packages installed at a time set to $maxpl\n";
 $maxpl or $maxpl = 99 ; # set default value
 
 my $qopt="-qq" unless $verbose;




More information about the Fai-commit mailing list