Hi,

while trying to debug a problem with setup-storage in our local FAI
configuration, I stumbled across a small spelling error in
bin/install_packages. Please find the attached patch.

Signed-off-by: Adrian Glaubitz <glaub...@physik.fu-berlin.de>

Regards,

Adrian
Index: bin/install_packages
===================================================================
--- bin/install_packages	(revision 5797)
+++ bin/install_packages	(working copy)
@@ -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;

Reply via email to