Browse Source

typo

master
Pascal Gloor 5 years ago
parent
commit
0955b2630e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      bin/autodoc_process.pl

+ 1
- 1
bin/autodoc_process.pl View File

print "\t\tlanguage and dictionary detection\n"; print "\t\tlanguage and dictionary detection\n";
my($lang,$words, $dictmatches) = detect_lang($txt); 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, { push @res, {
lang => $lang, lang => $lang,

Loading…
Cancel
Save