diff options
author | Peng Wu <alexepico@gmail.com> | 2020-07-20 16:37:10 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2020-07-20 16:37:10 +0800 |
commit | ec82da0bae97807171f0bef61de7e380a2d7e493 (patch) | |
tree | 3b91630f345e12301cd27e1d946abf60b922bbca /src | |
parent | a6d51d2f7c513393e92105290f488ee3bb4930e8 (diff) | |
download | libpinyin-ec82da0bae97807171f0bef61de7e380a2d7e493.tar.gz |
Fixes typo
Diffstat (limited to 'src')
-rw-r--r-- | src/storage/chewing_large_table2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/chewing_large_table2.cpp b/src/storage/chewing_large_table2.cpp index c8f9b06..194173b 100644 --- a/src/storage/chewing_large_table2.cpp +++ b/src/storage/chewing_large_table2.cpp @@ -149,7 +149,7 @@ bool ChewingLargeTable2::load_text(FILE * infile, TABLE_PHONETIC_TYPE type) { }; if (len != keys->len) { - fprintf(stderr, "ChewingLargeTable::load_text:%s\t%s\t%u\t%ld\n", + fprintf(stderr, "ChewingLargeTable2::load_text:%s\t%s\t%u\t%ld\n", pinyin, phrase, token, freq); continue; } |