소스 검색

typo

master
Pascal Gloor 5 년 전
부모
커밋
0955b2630e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      bin/autodoc_process.pl

+ 1
- 1
bin/autodoc_process.pl 파일 보기

@@ -98,7 +98,7 @@ foreach my $file ( readdir(Q) ) {
print "\t\tlanguage and dictionary detection\n";
my($lang,$words, $dictmatches) = detect_lang($txt);

print "\t\tfound %dictmatches words in dictionary\n";
print "\t\tfound $dictmatches words in dictionary\n";

push @res, {
lang => $lang,

Loading…
취소
저장