diff options
| author | Indah Sylvia | 2017-08-08 12:02:49 +0700 |
|---|---|---|
| committer | Indah Sylvia | 2017-08-08 12:02:49 +0700 |
| commit | 51f56a42820f3e5a1b30495e18628fcb53bef632 (patch) | |
| tree | 0c0447672ee34d93b2c8966d9622e5ac0a673750 /editor/editor_plugin.h | |
| parent | f6ad0ccc63189958c87fdcd2fa03aa208ff98bd9 (diff) | |
| download | godot-51f56a42820f3e5a1b30495e18628fcb53bef632.tar.gz godot-51f56a42820f3e5a1b30495e18628fcb53bef632.tar.zst godot-51f56a42820f3e5a1b30495e18628fcb53bef632.zip | |
core/io: fix typo 'resoucre' to 'resource'
Diffstat (limited to 'editor/editor_plugin.h')
| -rw-r--r-- | editor/editor_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_plugin.h b/editor/editor_plugin.h index a0f64fb1e..0baa373b4 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); |
