diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-05-23 21:32:19 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-05-23 21:32:19 +0200 |
commit | 9923851370073ceda72c4f4f7414444742c27562 (patch) | |
tree | b5f112fc5ac4b279788acbac43f378882510fb0f /scene/resources/resource_format_text.cpp | |
parent | ad8c50a49c942333b80a6b0a961c2f9b0c986712 (diff) |
Fix typos with codespell
Using codespell 2.2-dev from current git.
Diffstat (limited to 'scene/resources/resource_format_text.cpp')
-rw-r--r-- | scene/resources/resource_format_text.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/resource_format_text.cpp b/scene/resources/resource_format_text.cpp index 72d66ee4f5..9d586c6f03 100644 --- a/scene/resources/resource_format_text.cpp +++ b/scene/resources/resource_format_text.cpp @@ -1891,7 +1891,7 @@ Error ResourceFormatSaverTextInstance::save(const String &p_path, const Ref<Reso } if (PE->get().type == Variant::OBJECT && missing_resource_properties.has(PE->get().name)) { - // Was this missing resource overriden? If so do not save the old value. + // Was this missing resource overridden? If so do not save the old value. Ref<Resource> ures = value; if (ures.is_null()) { value = missing_resource_properties[PE->get().name]; |