summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2020-07-20 16:37:10 +0800
committerPeng Wu <alexepico@gmail.com>2020-07-20 16:37:10 +0800
commitec82da0bae97807171f0bef61de7e380a2d7e493 (patch)
tree3b91630f345e12301cd27e1d946abf60b922bbca /src
parenta6d51d2f7c513393e92105290f488ee3bb4930e8 (diff)
downloadlibpinyin-ec82da0bae97807171f0bef61de7e380a2d7e493.tar.gz
libpinyin-ec82da0bae97807171f0bef61de7e380a2d7e493.tar.xz
libpinyin-ec82da0bae97807171f0bef61de7e380a2d7e493.zip
Fixes typo
Diffstat (limited to 'src')
-rw-r--r--src/storage/chewing_large_table2.cpp2
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;
}