mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix minor typos
odule => module
This commit is contained in:
parent
bdace357ea
commit
5de50ebe0f
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
* @class editor
|
* @class editor
|
||||||
* @author NAVER (developers@xpressengine.com)
|
* @author NAVER (developers@xpressengine.com)
|
||||||
* @brief high class of the editor odule
|
* @brief high class of the editor module
|
||||||
*/
|
*/
|
||||||
class Editor extends ModuleObject
|
class Editor extends ModuleObject
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
* @class editorModel
|
* @class editorModel
|
||||||
* @author NAVER (developers@xpressengine.com)
|
* @author NAVER (developers@xpressengine.com)
|
||||||
* @brief model class of the editor odule
|
* @brief model class of the editor module
|
||||||
*/
|
*/
|
||||||
class EditorModel extends Editor
|
class EditorModel extends Editor
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue