Browse Source

Correct typo

Benjamin Collet 12 years ago
parent
commit
69c40e4da6
1 changed files with 1 additions and 1 deletions
  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');