You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fix typos in source code using codespell
From https://github.com/lucasdemarchi/codespell
This commit is contained in:
@@ -532,7 +532,7 @@ bool GDScript::_update_exports() {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
//print_line("unchaged is "+get_path());
|
||||
//print_line("unchanged is "+get_path());
|
||||
}
|
||||
|
||||
if (base_cache.is_valid()) {
|
||||
@@ -1271,7 +1271,7 @@ void GDInstance::call_multilevel_reversed(const StringName &p_method, const Vari
|
||||
|
||||
void GDInstance::notification(int p_notification) {
|
||||
|
||||
//notification is not virutal, it gets called at ALL levels just like in C.
|
||||
//notification is not virtual, it gets called at ALL levels just like in C.
|
||||
Variant value = p_notification;
|
||||
const Variant *args[1] = { &value };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user