Skip to content

Commit

Permalink
fix(simplifier): fix typo
Browse files Browse the repository at this point in the history
initilizing -> initializing

Closes #183
  • Loading branch information
Prcuvu committed Feb 24, 2018
1 parent 0a6b532 commit 9e1114e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rime/gear/simplifier.cc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace rime {
class Opencc {
public:
Opencc(const string& config_path) {
LOG(INFO) << "initilizing opencc: " << config_path;
LOG(INFO) << "initializing opencc: " << config_path;
opencc::Config config;
try {
converter_ = config.NewFromFile(config_path);
Expand Down

0 comments on commit 9e1114e

Please sign in to comment.