Skip to content

Commit 046fa78

Browse files
authored
Merge pull request #43 from qnighy/destory-typo-fix
Fix typo: destory -> destroy
2 parents 3a07c4e + c6e0609 commit 046fa78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libmecab.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ <h2>C サンプルコード</h2>
421421

422422
mecab_destroy(mecab);
423423
mecab_lattice_destroy(lattice);
424-
mecab_model_destory(model);
424+
mecab_model_destroy(model);
425425

426426
return 0;
427427
}

mecab/doc/libmecab.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ <h2>C サンプルコード</h2>
421421

422422
mecab_destroy(mecab);
423423
mecab_lattice_destroy(lattice);
424-
mecab_model_destory(model);
424+
mecab_model_destroy(model);
425425

426426
return 0;
427427
}

0 commit comments

Comments
 (0)