瀏覽代碼

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…
取消
儲存