diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-09-12 08:54:18 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-09-12 08:54:18 +0200 |
commit | 5c43e4c1efc85856a4e918bc67e1266657b9110c (patch) | |
tree | 1d518856b872791745613e6cfb71e5673df0b585 /scene/theme | |
parent | 6a007c7512fe25765486c9a86854d533de4b1709 (diff) | |
download | redot-engine-5c43e4c1efc85856a4e918bc67e1266657b9110c.tar.gz |
Fix various typos with codespell
Using 2.2.6.dev180+ge3a2cfbd.
Diffstat (limited to 'scene/theme')
-rw-r--r-- | scene/theme/theme_owner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/theme/theme_owner.cpp b/scene/theme/theme_owner.cpp index 1ba9a055fc..92cffeb228 100644 --- a/scene/theme/theme_owner.cpp +++ b/scene/theme/theme_owner.cpp @@ -212,7 +212,7 @@ void ThemeOwner::get_theme_type_dependencies(const Node *p_for_node, const Strin type_variation = for_w->get_theme_type_variation(); } - // If we are looking for dependencies of the current class (or a variantion of it), check themes from the context. + // If we are looking for dependencies of the current class (or a variation of it), check themes from the context. if (p_theme_type == StringName() || p_theme_type == type_name || p_theme_type == type_variation) { ThemeContext *global_context = _get_active_owner_context(); for (const Ref<Theme> &theme : global_context->get_themes()) { |