Gbp-Pq: Name 0006-fix-typo.patch
This commit is contained in:
Hideki Yamane 2016-05-01 23:24:46 +09:00 committed by zhouganqing
parent 510af9f05f
commit a3359b3f57
2 changed files with 2 additions and 2 deletions

View File

@ -466,7 +466,7 @@ bool Dictionary::compile(const Param &param,
Darts::DoubleArray da;
CHECK_DIE(da.build(str.size(), const_cast<char **>(&str[0]),
&len[0], &val[0], &progress_bar_darts) == 0)
<< "unkown error in building double-array";
<< "unknown error in building double-array";
std::string tbuf;
for (size_t i = 0; i < dic.size(); ++i) {

View File

@ -60,7 +60,7 @@ bool Writer::open(const Param &param) {
eon_format_key += "-";
eon_format_key += ostyle;
const std::string tmp = param.get<std::string>(node_format_key.c_str());
CHECK_FALSE(!tmp.empty()) << "unkown format type [" << ostyle << "]";
CHECK_FALSE(!tmp.empty()) << "unknown format type [" << ostyle << "]";
}
const std::string node_format2 =