summaryrefslogtreecommitdiffstats
path: root/src/storage/facade_phrase_table3.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-01-12 15:38:57 +0800
committerPeng Wu <alexepico@gmail.com>2016-01-12 15:38:57 +0800
commit6fdeb6f930c59a34c39b455e39e375dbc0258095 (patch)
tree89a69c1e7403fd9092fdd97c15346bc6cd020060 /src/storage/facade_phrase_table3.h
parent9ebef8a9a1dad8dc3956d7b0b8a8b86b49f0468e (diff)
downloadlibpinyin-6fdeb6f930c59a34c39b455e39e375dbc0258095.tar.gz
libpinyin-6fdeb6f930c59a34c39b455e39e375dbc0258095.tar.xz
libpinyin-6fdeb6f930c59a34c39b455e39e375dbc0258095.zip
fixes a typo
Diffstat (limited to 'src/storage/facade_phrase_table3.h')
-rw-r--r--src/storage/facade_phrase_table3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/facade_phrase_table3.h b/src/storage/facade_phrase_table3.h
index 90e2b1f..c1b8914 100644
--- a/src/storage/facade_phrase_table3.h
+++ b/src/storage/facade_phrase_table3.h
@@ -85,7 +85,7 @@ public:
if (user_index && user_content) {
m_user_phrase_table = new PhraseLargeTable3;
result = m_user_phrase_table->load
- (user_index, system_content) || result;
+ (user_index, user_content) || result;
}
return result;
}