Skip to content

Commit

Permalink
Merge pull request #43 from qnighy/destory-typo-fix
Browse files Browse the repository at this point in the history
Fix typo: destory -> destroy
  • Loading branch information
taku910 authored Sep 14, 2020
2 parents 3a07c4e + c6e0609 commit 046fa78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libmecab.html
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ <h2>C サンプルコード</h2>

mecab_destroy(mecab);
mecab_lattice_destroy(lattice);
mecab_model_destory(model);
mecab_model_destroy(model);

return 0;
}
Expand Down
2 changes: 1 addition & 1 deletion mecab/doc/libmecab.html
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ <h2>C サンプルコード</h2>

mecab_destroy(mecab);
mecab_lattice_destroy(lattice);
mecab_model_destory(model);
mecab_model_destroy(model);

return 0;
}
Expand Down

0 comments on commit 046fa78

Please sign in to comment.