summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorIndah Sylvia <ISylvox@yahoo.com>2017-08-08 12:02:49 +0700
committerIndah Sylvia <ISylvox@yahoo.com>2017-08-08 12:02:49 +0700
commit51f56a42820f3e5a1b30495e18628fcb53bef632 (patch)
tree0c0447672ee34d93b2c8966d9622e5ac0a673750 /editor
parentf6ad0ccc63189958c87fdcd2fa03aa208ff98bd9 (diff)
core/io: fix typo 'resoucre' to 'resource'
Diffstat (limited to 'editor')
-rw-r--r--editor/editor_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_plugin.h b/editor/editor_plugin.h
index a0f64fb1ea..0baa373b42 100644
--- a/editor/editor_plugin.h
+++ b/editor/editor_plugin.h
@@ -98,7 +98,7 @@ public:
DOCK_SLOT_MAX
};
- //TODO: send a resoucre for editing to the editor node?
+ //TODO: send a resource for editing to the editor node?
void add_control_to_container(CustomControlContainer p_location, Control *p_control);
ToolButton *add_control_to_bottom_panel(Control *p_control, const String &p_title);