summaryrefslogtreecommitdiffstats
path: root/core/io/resource_format_binary.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 /core/io/resource_format_binary.cpp
parent0c68ccecda468b6c03f57b090aab69decc7b9549 (diff)
parent5cf3bed0c85e1f0e00fecc67304d53d6197f1ba7 (diff)
downloadredot-engine-d5bd8a704f096043174af7994ef3de055a36cf45.tar.gz
Merge pull request #50838 from luzpaz/follow-up-typos
Fix various typos
Diffstat (limited to 'core/io/resource_format_binary.cpp')
-rw-r--r--core/io/resource_format_binary.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/resource_format_binary.cpp b/core/io/resource_format_binary.cpp
index 5cdb4d74a7..a3ebc32cc5 100644
--- a/core/io/resource_format_binary.cpp
+++ b/core/io/resource_format_binary.cpp
@@ -935,7 +935,7 @@ void ResourceLoaderBinary::open(FileAccess *p_f, bool p_no_resources, bool p_kee
// If a UID is found and the path is valid, it will be used, otherwise, it falls back to the path.
er.path = ResourceUID::get_singleton()->get_id_path(er.uid);
} else {
- WARN_PRINT(String(res_path + ": In external resouce #" + itos(i) + ", invalid UUID: " + ResourceUID::get_singleton()->id_to_text(er.uid) + " - using text path instead: " + er.path).utf8().get_data());
+ WARN_PRINT(String(res_path + ": In external resource #" + itos(i) + ", invalid UUID: " + ResourceUID::get_singleton()->id_to_text(er.uid) + " - using text path instead: " + er.path).utf8().get_data());
}
}
}