[Fai-commit] r5969 - branches/stable/3.4/bin
Michael Prokop
mika at alioth.debian.org
Tue Aug 17 12:52:32 UTC 2010
Author: mika
Date: 2010-08-17 12:52:29 +0000 (Tue, 17 Aug 2010)
New Revision: 5969
Modified:
branches/stable/3.4/bin/install_packages
Log:
fix typo
Signed-off-by: Michael Prokop <mika at grml.org>
Modified: branches/stable/3.4/bin/install_packages
===================================================================
--- branches/stable/3.4/bin/install_packages 2010-08-17 12:52:22 UTC (rev 5968)
+++ branches/stable/3.4/bin/install_packages 2010-08-17 12:52:29 UTC (rev 5969)
@@ -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