summaryrefslogtreecommitdiff
path: root/editor/plugins
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-10-25 10:44:57 +0200
committerGitHub <noreply@github.com>2018-10-25 10:44:57 +0200
commit7e2d391c0920344d16de77a3bb33b07b739c402a (patch)
tree40998827605b25b7bc5897a568375489bfce054a /editor/plugins
parentbf957a414a27372aaee1aec4ae1a532f76614551 (diff)
parentb46ba24e3b6bbdc107282347f6dbac0b192e1644 (diff)
Merge pull request #23266 from CakHuri/mistyped-of-its
Repaired mistyped of 'its' on several files.
Diffstat (limited to 'editor/plugins')
-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);