Benjamin Collet 12 年 前
コミット
69c40e4da6
1 ファイル変更1 行追加1 行削除
  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');