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');