소스 검색

Correct typo

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