Skip to content

Commit 91c1593

Browse files
Ko van der SlootKo van der Sloot
authored andcommitted
typo
1 parent fa6e2fc commit 91c1593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TICCL-unk.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ int main( int argc, char *argv[] ){
10201020
UnicodeString word = TiCC::UnicodeFromUTF8(v[0]);
10211021
back_lexicon[word] = freq;
10221022
}
1023-
cout << "read a blackground lexicon with " << back_lexicon.size()
1023+
cout << "read a background lexicon with " << back_lexicon.size()
10241024
<< " entries." << endl;
10251025

10261026
for ( const auto& it : back_lexicon ){

0 commit comments

Comments
 (0)