Ver código fonte

Correct typo

Benjamin Collet 12 anos atrás
pai
commit
69c40e4da6
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      lacg.pl

+ 1 - 1
lacg.pl

@@ -19,7 +19,7 @@ foreach my $template (keys %templates)
   $tt->process($tt_file, \%data, $templates{$template}) || die $tt->error;
 }
 
-print "Lasy Admin Configuration Generator is done.\n";
+print "Lazy Admin Configuration Generator is done.\n";
 print "Press enter to reboot...\n";
 <>;
 exec('reboot');