浏览代码

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,

正在加载...
取消
保存