summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_editor_plugin.cpp
diff options
context:
space:
mode:
authorM. Huri <kak_huri@yahoo.com>2018-10-25 07:19:21 +0700
committerM. Huri <kak_huri@yahoo.com>2018-10-25 07:19:21 +0700
commitb46ba24e3b6bbdc107282347f6dbac0b192e1644 (patch)
tree40998827605b25b7bc5897a568375489bfce054a /editor/plugins/script_editor_plugin.cpp
parentbf957a414a27372aaee1aec4ae1a532f76614551 (diff)
downloadredot-engine-b46ba24e3b6bbdc107282347f6dbac0b192e1644.tar.gz
Repaired mistyped of 'its' on several files.
Diffstat (limited to 'editor/plugins/script_editor_plugin.cpp')
-rw-r--r--editor/plugins/script_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp
index 080d3ff894..07a7e7952a 100644
--- a/editor/plugins/script_editor_plugin.cpp
+++ b/editor/plugins/script_editor_plugin.cpp
@@ -490,7 +490,7 @@ void ScriptEditor::_open_recent_script(int p_idx) {
edit(text_file, true);
return;
}
- // if it's a path then its most likely a deleted file not help
+ // if it's a path then it's most likely a deleted file not help
} else if (path.find("::") != -1) {
// built-in script
Ref<Script> script = ResourceLoader::load(path);