Pascal Gloor vor 5 Jahren
Ursprung
Commit
0955b2630e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      bin/autodoc_process.pl

+ 1
- 1
bin/autodoc_process.pl Datei anzeigen

@@ -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,

Laden…
Abbrechen
Speichern