1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Fix various typos with codespell

Using 2.2.6.dev180+ge3a2cfbd.
This commit is contained in:
Rémi Verschelde
2023-09-12 08:54:18 +02:00
parent 6a007c7512
commit 5c43e4c1ef
12 changed files with 22 additions and 22 deletions

View File

@@ -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()) {