summaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-07-26 08:23:39 +0200
committerGitHub <noreply@github.com>2021-07-26 08:23:39 +0200
commitd5bd8a704f096043174af7994ef3de055a36cf45 (patch)
tree4c94ac1bd0fc755df5f4167149cfcd644efd1533 /editor/editor_node.cpp
parent0c68ccecda468b6c03f57b090aab69decc7b9549 (diff)
parent5cf3bed0c85e1f0e00fecc67304d53d6197f1ba7 (diff)
Merge pull request #50838 from luzpaz/follow-up-typos
Fix various typos
Diffstat (limited to 'editor/editor_node.cpp')
-rw-r--r--editor/editor_node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp
index cbf8611c9a..267854d7ec 100644
--- a/editor/editor_node.cpp
+++ b/editor/editor_node.cpp
@@ -1555,7 +1555,7 @@ int EditorNode::_save_external_resources() {
if (!res->get_path().is_resource_file()) {
continue;
}
- //not only check if this resourec is edited, check contained subresources too
+ //not only check if this resource is edited, check contained subresources too
if (_find_edited_resources(res, edited_subresources)) {
ResourceSaver::save(res->get_path(), res, flg);
saved++;